A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
P
- parseMoreData(EncodedImage) - function in com.facebook.imagepipeline.decoder.ProgressiveJpegParser
- If this is the first time calling this method, the buffer will be checked to make sure itstarts with SOI marker (0xffd8).
- PartialDiskCacheProducer - class in com.facebook.imagepipeline.producers
- Partial disk cache producer.
- pause() - function in com.facebook.imagepipeline.producers.PriorityNetworkFetcher
- Stop dequeuing requests until resume is called.
- pause() - function in com.facebook.imagepipeline.core.ImagePipeline
- PlatformBitmapFactoryProvider - class in com.facebook.imagepipeline.bitmaps
- PlatformDecoder - class in com.facebook.imagepipeline.platform
- PlatformDecoderFactory - class in com.facebook.imagepipeline.platform
- PlatformDecoderOptions - class in com.facebook.imagepipeline.platform
- PoolConfig - class in com.facebook.imagepipeline.memory
- Configuration class for pools.
- PoolConfig.Builder - class in com.facebook.imagepipeline.memory.PoolConfig
- PoolFactory - class in com.facebook.imagepipeline.memory
- Factory class for pools.
- PoolParams - class in com.facebook.imagepipeline.memory
- Config parameters for pools (BasePool.
- PoolStatsTracker - class in com.facebook.imagepipeline.memory
- Listener that logs pool statistics.
- PoolStatsTracker.Companion - class in com.facebook.imagepipeline.memory.PoolStatsTracker
- pop() - function in com.facebook.imagepipeline.memory.LruBucketsPoolBackend
- pop() - function in com.facebook.imagepipeline.memory.LruBucketsPoolBackend
- pop() - function in com.facebook.imagepipeline.memory.BitmapPoolBackend
- PostprocessedBitmapMemoryCacheProducer - class in com.facebook.imagepipeline.producers
- Memory cache producer for the bitmap memory cache.
- PostprocessedBitmapMemoryCacheProducer.CachedPostprocessorConsumer - class in com.facebook.imagepipeline.producers.PostprocessedBitmapMemoryCacheProducer
- Postprocessor - class in com.facebook.imagepipeline.request
- Use an instance of this class to perform post-process operations on a bitmap.
- PostprocessorProducer - class in com.facebook.imagepipeline.producers
- Runs a caller-supplied post-processor object.
- prefetchToBitmapCache(ImageRequest,Object) - function in com.facebook.imagepipeline.core.ImagePipeline
- Submits a request for prefetching to the bitmap cache.
- prefetchToBitmapCache(ImageRequest,Object,RequestListener) - function in com.facebook.imagepipeline.core.ImagePipeline
- prefetchToDiskCache(ImageRequest,Object) - function in com.facebook.imagepipeline.core.ImagePipeline
- Submits a request for prefetching to the disk cache with a default priority.
- prefetchToDiskCache(ImageRequest,Object,RequestListener) - function in com.facebook.imagepipeline.core.ImagePipeline
- prefetchToDiskCache(ImageRequest,Object,Priority) - function in com.facebook.imagepipeline.core.ImagePipeline
- Submits a request for prefetching to the disk cache.
- prefetchToDiskCache(ImageRequest,Object,Priority,RequestListener) - function in com.facebook.imagepipeline.core.ImagePipeline
- prefetchToEncodedCache(ImageRequest,Object) - function in com.facebook.imagepipeline.core.ImagePipeline
- Submits a request for prefetching to the encoded cache with a default priority.
- prefetchToEncodedCache(ImageRequest,Object,RequestListener) - function in com.facebook.imagepipeline.core.ImagePipeline
- prefetchToEncodedCache(ImageRequest,Object,Priority) - function in com.facebook.imagepipeline.core.ImagePipeline
- Submits a request for prefetching to the encoded cache.
- prefetchToEncodedCache(ImageRequest,Object,Priority,RequestListener) - function in com.facebook.imagepipeline.core.ImagePipeline
- printStackTrace() - function in java.lang.PriorityNetworkFetcher.NonrecoverableException
- printStackTrace() - function in java.lang.PriorityNetworkFetcher.RetriableIOException
- printStackTrace() - function in java.lang.BasePool.InvalidValueException
- printStackTrace() - function in java.lang.BasePool.InvalidSizeException
- printStackTrace() - function in java.lang.BasePool.SizeTooLargeException
- printStackTrace() - function in java.lang.BasePool.PoolSizeViolationException
- printStackTrace() - function in kotlin.MemoryPooledByteBufferOutputStream.InvalidStreamException
- printStackTrace(PrintStream) - function in kotlin.MemoryPooledByteBufferOutputStream.InvalidStreamException
- printStackTrace(PrintWriter) - function in kotlin.MemoryPooledByteBufferOutputStream.InvalidStreamException
- printStackTrace() - function in kotlin.DecodeException
- printStackTrace(PrintStream) - function in kotlin.DecodeException
- printStackTrace(PrintWriter) - function in kotlin.DecodeException
- printStackTrace() - function in java.lang.ImageRequestBuilder.BuilderException
- PriorityNetworkFetcher - class in com.facebook.imagepipeline.producers
- PriorityNetworkFetcher fetches images using a priority queue.
- PriorityNetworkFetcher.NonrecoverableException - class in com.facebook.imagepipeline.producers.PriorityNetworkFetcher
- The delegate fetcher may pass an instance of this exception to its callback's onFailure tosignal to a PriorityNetworkFetcher that it shouldn't retry that request.
- PriorityNetworkFetcher.PriorityFetchState - class in com.facebook.imagepipeline.producers.PriorityNetworkFetcher
- PriorityNetworkFetcher.RetriableIOException - class in com.facebook.imagepipeline.producers.PriorityNetworkFetcher
- RetriableIOException should be returned by NetworkFetcher's that would like to signal toPriorityNetworkFetcher that a failure is
- PriorityStarvingThrottlingProducer - class in com.facebook.imagepipeline.producers
- Time based, priority starving throttling producer.
- probe(K) - function in com.facebook.imagepipeline.cache.InstrumentedMemoryCache
- probe(K) - function in com.facebook.imagepipeline.cache.InstrumentedMemoryCache
- probe(CacheKey) - function in com.facebook.imagepipeline.cache.BufferedDiskCache
- Performs key-value look up in disk cache.
- process(Bitmap,PlatformBitmapFactory) - function in com.facebook.imagepipeline.request.BasePostprocessor
- Clients should override this method only if the post-processed bitmap has to be of a differentsize than the source bitmap.
- process(Bitmap,Bitmap) - function in com.facebook.imagepipeline.request.BasePostprocessor
- Clients should override this method if the post-processing cannot be done in place.
- process(Bitmap) - function in com.facebook.imagepipeline.request.BasePostprocessor
- Clients should override this method if the post-processing can be done in place.
- process(Bitmap,PlatformBitmapFactory) - function in com.facebook.imagepipeline.request.BasePostprocessor
- Called by the pipeline after completing other steps.
- process(Bitmap,PlatformBitmapFactory) - function in com.facebook.imagepipeline.request.Postprocessor
- Called by the pipeline after completing other steps.
- process(Bitmap,PlatformBitmapFactory) - function in com.facebook.imagepipeline.request.BaseRepeatedPostProcessor
- process(Bitmap,Bitmap) - function in com.facebook.imagepipeline.request.BaseRepeatedPostProcessor
- process(Bitmap) - function in com.facebook.imagepipeline.request.BaseRepeatedPostProcessor
- process(Bitmap,PlatformBitmapFactory) - function in com.facebook.imagepipeline.request.RepeatedPostprocessor
- process(Bitmap,Bitmap) - function in com.facebook.imagepipeline.postprocessors.BlurPostProcessor
- process(Bitmap) - function in com.facebook.imagepipeline.postprocessors.BlurPostProcessor
- process(Bitmap,PlatformBitmapFactory) - function in com.facebook.imagepipeline.request.BlurPostProcessor
- process(Bitmap,Bitmap) - function in com.facebook.imagepipeline.postprocessors.RoundPostprocessor
- process(Bitmap,PlatformBitmapFactory) - function in com.facebook.imagepipeline.request.RoundPostprocessor
- process(Bitmap) - function in com.facebook.imagepipeline.request.RoundPostprocessor
- Producer - class in com.facebook.imagepipeline.producers
- Building block for image processing in the image pipeline.
- ProducerContext - class in com.facebook.imagepipeline.producers
- Used to pass context information to producers.
- ProducerContextCallbacks - class in com.facebook.imagepipeline.producers
- Callbacks that are called when something changes in a request sequence.
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.WebpTranscodeProducer
- produceResults(null,null) - function in com.facebook.imagepipeline.producers.WebpTranscodeProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.LocalVideoThumbnailProducer
- produceResults(null,null) - function in com.facebook.imagepipeline.producers.LocalVideoThumbnailProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.BitmapPrepareProducer
- produceResults(null,null) - function in com.facebook.imagepipeline.producers.BitmapPrepareProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.LocalContentUriThumbnailFetchProducer
- produceResults(null,null) - function in com.facebook.imagepipeline.producers.LocalContentUriThumbnailFetchProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.SwallowResultProducer
- produceResults(null,null) - function in com.facebook.imagepipeline.producers.SwallowResultProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.AddImageTransformMetaDataProducer
- produceResults(null,null) - function in com.facebook.imagepipeline.producers.AddImageTransformMetaDataProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.PostprocessedBitmapMemoryCacheProducer
- produceResults(null,null) - function in com.facebook.imagepipeline.producers.PostprocessedBitmapMemoryCacheProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.LocalExifThumbnailProducer
- produceResults(null,null) - function in com.facebook.imagepipeline.producers.LocalExifThumbnailProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.ThrottlingProducer
- produceResults(null,null) - function in com.facebook.imagepipeline.producers.ThrottlingProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.NetworkFetchProducer
- produceResults(null,null) - function in com.facebook.imagepipeline.producers.NetworkFetchProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.EncodedProbeProducer
- produceResults(null,null) - function in com.facebook.imagepipeline.producers.EncodedProbeProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.BranchOnSeparateImagesProducer
- produceResults(null,null) - function in com.facebook.imagepipeline.producers.BranchOnSeparateImagesProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.ResizeAndRotateProducer
- produceResults(null,null) - function in com.facebook.imagepipeline.producers.ResizeAndRotateProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.EncodedCacheKeyMultiplexProducer
- produceResults(null,null) - function in com.facebook.imagepipeline.producers.EncodedCacheKeyMultiplexProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.EncodedMemoryCacheProducer
- produceResults(null,null) - function in com.facebook.imagepipeline.producers.EncodedMemoryCacheProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.PriorityStarvingThrottlingProducer
- produceResults(null,null) - function in com.facebook.imagepipeline.producers.PriorityStarvingThrottlingProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.DataFetchProducer
- produceResults(null,null) - function in com.facebook.imagepipeline.producers.DataFetchProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.PostprocessorProducer
- produceResults(null,null) - function in com.facebook.imagepipeline.producers.PostprocessorProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.MultiplexProducer
- produceResults(null,null) - function in com.facebook.imagepipeline.producers.MultiplexProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.BitmapProbeProducer
- produceResults(null,null) - function in com.facebook.imagepipeline.producers.BitmapProbeProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.ThumbnailBranchProducer
- produceResults(null,null) - function in com.facebook.imagepipeline.producers.ThumbnailBranchProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.BitmapMemoryCacheKeyMultiplexProducer
- produceResults(null,null) - function in com.facebook.imagepipeline.producers.BitmapMemoryCacheKeyMultiplexProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.LocalThumbnailBitmapProducer
- produceResults(null,null) - function in com.facebook.imagepipeline.producers.LocalThumbnailBitmapProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.LocalFetchProducer
- produceResults(null,null) - function in com.facebook.imagepipeline.producers.LocalFetchProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.BitmapMemoryCacheProducer
- produceResults(null,null) - function in com.facebook.imagepipeline.producers.BitmapMemoryCacheProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.DiskCacheReadProducer
- produceResults(null,null) - function in com.facebook.imagepipeline.producers.DiskCacheReadProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.DiskCacheWriteProducer
- produceResults(null,null) - function in com.facebook.imagepipeline.producers.DiskCacheWriteProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.PartialDiskCacheProducer
- produceResults(null,null) - function in com.facebook.imagepipeline.producers.PartialDiskCacheProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.BitmapMemoryCacheGetProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.DecodeProducer
- Start producing results for given context.
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.DelayProducer
- Start producing results for given context.
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.LocalAssetFetchProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.LocalContentUriFetchProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.LocalFileFetchProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.LocalResourceFetchProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.Producer
- Start producing results for given context.
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.QualifiedResourceFetchProducer
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.RemoveImageTransformMetaDataProducer
- Start producing results for given context.
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.ThreadHandoffProducer
- Start producing results for given context.
- produceResults(Consumer,ProducerContext) - function in com.facebook.imagepipeline.producers.ThumbnailProducer
- Start producing results for given context.
- ProducerFactory - class in com.facebook.imagepipeline.core
- ProducerListener - class in com.facebook.imagepipeline.producers
- Instrumentation for Producers.
- ProducerListener2 - class in com.facebook.imagepipeline.producers
- Instrumentation for Producers.
- ProducerSequenceFactory - class in com.facebook.imagepipeline.core
- ProducerSequenceFactory.Companion - class in com.facebook.imagepipeline.core.ProducerSequenceFactory
- ProducerToDataSourceAdapter - class in com.facebook.imagepipeline.datasource
- DataSource<T> backed by a Producer<T>
- ProducerToDataSourceAdapter.Companion - class in com.facebook.imagepipeline.datasource.ProducerToDataSourceAdapter
- ProgressiveJpegConfig - class in com.facebook.imagepipeline.decoder
- Progressive JPEG config.
- ProgressiveJpegParser - class in com.facebook.imagepipeline.decoder
- Progressively scans jpeg data and instructs caller when enough data is available to decode a partial image.
- provideInstrumenter(AbstractDataSource.DataSourceInstrumenter) - function in com.facebook.datasource.ListDataSource
- provideInstrumenter(AbstractDataSource.DataSourceInstrumenter) - function in com.facebook.datasource.CloseableProducerToDataSourceAdapter
- put(T) - function in com.facebook.imagepipeline.memory.LruBucketsPoolBackend
- put(T) - function in com.facebook.imagepipeline.memory.LruBucketsPoolBackend
- put(Bitmap) - function in com.facebook.imagepipeline.memory.BitmapPoolBackend
- put(CacheKey,EncodedImage) - function in com.facebook.imagepipeline.cache.StagingArea
- Stores key-value in this StagingArea.
- put(CacheKey,EncodedImage) - function in com.facebook.imagepipeline.cache.BufferedDiskCache
- Associates encodedImage with given key in disk cache.
- putExtra(String,Object) - function in com.facebook.imagepipeline.producers.BaseProducerContext
- putExtra(String,E) - function in com.facebook.fresco.middleware.BaseProducerContext
- putExtra(String,Object) - function in com.facebook.imagepipeline.producers.SettableProducerContext
- putExtra(String,E) - function in com.facebook.fresco.middleware.SettableProducerContext
- putExtra(String,E) - function in com.facebook.fresco.middleware.ProducerContext
- putExtras(Map) - function in com.facebook.imagepipeline.producers.BaseProducerContext
- putExtras(Map) - function in com.facebook.fresco.middleware.BaseProducerContext
- putExtras(Map) - function in com.facebook.imagepipeline.producers.SettableProducerContext
- putExtras(Map) - function in com.facebook.fresco.middleware.SettableProducerContext
- putExtras(TypeAliased(typeAlias=GenericTypeConstructor(dri=com.facebook.fresco.middleware/Extras///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=GenericTypeConstructor(dri=java.util/Map///PointingToDeclaration/, projections=[, ], presentableName=null, extra=PropertyContainer(map={})))) - function in com.facebook.fresco.middleware.ProducerContext
- putOriginExtra(String,String) - function in com.facebook.imagepipeline.producers.BaseProducerContext
- putOriginExtra(String) - function in com.facebook.imagepipeline.producers.BaseProducerContext
- putOriginExtra(String,String) - function in com.facebook.imagepipeline.producers.BaseProducerContext
- putOriginExtra(String,String) - function in com.facebook.imagepipeline.producers.SettableProducerContext
- putOriginExtra(String) - function in com.facebook.imagepipeline.producers.SettableProducerContext
- putOriginExtra(String,String) - function in com.facebook.imagepipeline.producers.SettableProducerContext
- putOriginExtra(String,String) - function in com.facebook.imagepipeline.producers.ProducerContext
- Helper to set HasExtraData.KEY_ORIGIN and HasExtraData.KEY_ORIGIN_SUBCATEGORY
- putOriginExtra(String) - function in com.facebook.imagepipeline.producers.ProducerContext
- Helper to set HasExtraData.KEY_ORIGIN