A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
B
- BaseBitmapDataSubscriber - class in com.facebook.imagepipeline.datasource
- Implementation of DataSubscriber for cases where the client wants access to a bitmap.
- BaseBitmapReferenceDataSubscriber - class in com.facebook.imagepipeline.datasource
- Implementation of DataSubscriber for cases where the client wants access to a bitmap reference.
- BaseConsumer - class in com.facebook.imagepipeline.producers
- Base implementation of Consumer that implements error handling conforming to the Consumer's contract.
- BaseListBitmapDataSubscriber - class in com.facebook.imagepipeline.datasource
- Implementation of DataSubscriber for cases where the client wants to access a list of bitmaps.
- BaseNetworkFetcher - class in com.facebook.imagepipeline.producers
- Base class for NetworkFetcher.
- BasePool - class in com.facebook.imagepipeline.memory
- A base pool class that manages a pool of values (of type V).
- BasePool.InvalidSizeException - class in com.facebook.imagepipeline.memory.BasePool
- An exception to indicate that the requested size was invalid
- BasePool.InvalidValueException - class in com.facebook.imagepipeline.memory.BasePool
- An exception to indicate if the 'value' is invalid.
- BasePool.PoolSizeViolationException - class in com.facebook.imagepipeline.memory.BasePool
- Indicates that the pool size will exceed the hard cap if we allocated a value of size'allocSize'
- BasePool.SizeTooLargeException - class in com.facebook.imagepipeline.memory.BasePool
- A specific case of InvalidSizeException used to indicate that the requested size was too large
- BasePostprocessor - class in com.facebook.imagepipeline.request
- Base implementation of Postprocessor interface.
- BaseProducerContext - class in com.facebook.imagepipeline.producers
- ProducerContext that can be cancelled.
- BaseProducerContextCallbacks - class in com.facebook.imagepipeline.producers
- Empty implementation of ProducerContextCallbacks.
- BaseRepeatedPostProcessor - class in com.facebook.imagepipeline.request
- BaseRequestListener - class in com.facebook.imagepipeline.listener
- BaseRequestListener2 - class in com.facebook.imagepipeline.listener
- BITMAP_MEMORY_CACHE - enum entry in com.facebook.imagepipeline.request.ImageRequest.RequestLevel
- BitmapCounter - class in com.facebook.imagepipeline.memory
- Counts bitmaps - keeps track of both, count and total size in bytes.
- BitmapCounterConfig - class in com.facebook.imagepipeline.memory
- BitmapCounterConfig.Companion - class in com.facebook.imagepipeline.memory.BitmapCounterConfig
- BitmapCounterProvider - class in com.facebook.imagepipeline.memory
- BitmapMemoryCacheGetProducer - class in com.facebook.imagepipeline.producers
- Bitmap memory cache producer that is read-only.
- BitmapMemoryCacheGetProducer.Companion - class in com.facebook.imagepipeline.producers.BitmapMemoryCacheGetProducer
- BitmapMemoryCacheKey - class in com.facebook.imagepipeline.cache
- Cache key for BitmapMemoryCache
- BitmapMemoryCacheKeyMultiplexProducer - class in com.facebook.imagepipeline.producers
- Multiplex producer that uses the bitmap memory cache key to combine requests.
- BitmapMemoryCacheProducer - class in com.facebook.imagepipeline.producers
- Memory cache producer for the bitmap memory cache.
- BitmapPool - class in com.facebook.imagepipeline.memory
- BitmapPoolBackend - class in com.facebook.imagepipeline.memory
- BitmapPoolBackend.Companion - class in com.facebook.imagepipeline.memory.BitmapPoolBackend
- BitmapPoolType - class in com.facebook.imagepipeline.memory
- BitmapPoolType.Companion - class in com.facebook.imagepipeline.memory.BitmapPoolType
- BitmapPrepareProducer - class in com.facebook.imagepipeline.producers
- This producer issues to a call to prepareToDraw to allow the RendererThread upload the bitmap to GPU asynchronously before it is used.
- BitmapProbeProducer - class in com.facebook.imagepipeline.producers
- Probe producer for brobing encoded memory and disk caches on bitmap memory cache hit requests.
- blurBitmap(Bitmap,Bitmap,Context,Integer) - function in com.facebook.imagepipeline.filter.RenderScriptBlurFilter
- Not-in-place intrinsic Gaussian blur filter using ScriptIntrinsicBlur and [ ].
- BlurPostProcessor - class in com.facebook.imagepipeline.postprocessors
- A java implementation of a blur post processor.
- BlurPostProcessor.Companion - class in com.facebook.imagepipeline.postprocessors.BlurPostProcessor
- boxBlurBitmapInPlace(Bitmap,Integer,Integer) - function in com.facebook.imagepipeline.filter.IterativeBoxBlurFilter
- An in-place iterative box blur algorithm that runs faster than a traditional box blur.
- BranchOnSeparateImagesProducer - class in com.facebook.imagepipeline.producers
- Producer that coordinates fetching two separate images.
- BucketMap - class in com.facebook.imagepipeline.memory
- Map-like datastructure that allows to have more than one value per int key.
- BucketsBitmapPool - class in com.facebook.imagepipeline.memory
- Manages a pool of bitmaps.
- BufferedDiskCache - class in com.facebook.imagepipeline.cache
- BufferedDiskCache provides get and put operations to take care of scheduling disk-cache read/writes.
- BufferedDiskCache.Companion - class in com.facebook.imagepipeline.cache.BufferedDiskCache
- build() - function in com.facebook.imagepipeline.core.ImagePipelineConfig.Builder
- build() - function in com.facebook.imagepipeline.core.ImagePipelineExperiments.Builder
- build() - function in com.facebook.imagepipeline.memory.PoolConfig.Builder
- build() - function in com.facebook.imagepipeline.decoder.ImageDecoderConfig.Builder
- build() - function in com.facebook.imagepipeline.request.ImageRequestBuilder
- Builds the Request.
- build() - function in com.facebook.imagepipeline.multiuri.MultiUri.Builder
- BuildConfig - class in com.facebook.imagepipeline
- buildDiskStorageCache(DiskCacheConfig,DiskStorage) - function in com.facebook.imagepipeline.core.DiskStorageCacheFactory
- buildDiskStorageCache(DiskCacheConfig,DiskStorage,Executor) - function in com.facebook.imagepipeline.core.DiskStorageCacheFactory
- buildPlatformBitmapFactory(PoolFactory,PlatformDecoder,CloseableReferenceFactory) - function in com.facebook.imagepipeline.bitmaps.PlatformBitmapFactoryProvider
- Provide the implementation of the PlatformBitmapFactory for the current platform using the provided PoolFactory
- buildPlatformDecoder(PoolFactory,Boolean,Boolean,PlatformDecoderOptions) - function in com.facebook.imagepipeline.platform.PlatformDecoderFactory
- Provide the implementation of the PlatformDecoder for the current platform using the provided PoolFactory
- buildPlatformDecoder(PoolFactory,Boolean,PlatformDecoderOptions) - function in com.facebook.imagepipeline.platform.PlatformDecoderFactory
- Provide the implementation of the PlatformDecoder for the current platform using the provided PoolFactory