A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  Q  R  S  T  U  V  W 

C

cache(K,CloseableReference,CountingMemoryCache.EntryStateObserver) - function in com.facebook.imagepipeline.cache.CountingMemoryCache
 
cache(K,CloseableReference) - function in com.facebook.imagepipeline.cache.CountingMemoryCache
 
cache(K,CloseableReference) - function in com.facebook.imagepipeline.cache.AbstractAdaptiveCountingMemoryCache
Caches the given key-value pair.
cache(K,CloseableReference,CountingMemoryCache.EntryStateObserver) - function in com.facebook.imagepipeline.cache.AbstractAdaptiveCountingMemoryCache
Caches the given key-value pair.
cache(K,CloseableReference,CountingMemoryCache.EntryStateObserver) - function in com.facebook.imagepipeline.cache.AbstractAdaptiveCountingMemoryCache
 
cache(K,CloseableReference) - function in com.facebook.imagepipeline.cache.AbstractAdaptiveCountingMemoryCache
 
cache(K,CloseableReference) - function in com.facebook.imagepipeline.cache.LruCountingMemoryCache
Caches the given key-value pair.
cache(K,CloseableReference,CountingMemoryCache.EntryStateObserver) - function in com.facebook.imagepipeline.cache.LruCountingMemoryCache
Caches the given key-value pair.
cache(K,CloseableReference,CountingMemoryCache.EntryStateObserver) - function in com.facebook.imagepipeline.cache.LruCountingMemoryCache
 
cache(K,CloseableReference) - function in com.facebook.imagepipeline.cache.LruCountingMemoryCache
 
cache(K,CloseableReference) - function in com.facebook.imagepipeline.cache.MemoryCache
Caches the the given key-value pair.
CACHE_FULL - enum entry in com.facebook.cache.common.CacheEventListener.EvictionReason
 
CACHE_MANAGER_TRIMMED - enum entry in com.facebook.cache.common.CacheEventListener.EvictionReason
 
CacheErrorLogger - class in com.facebook.cache.common
An interface for logging various cache errors.
CacheErrorLogger.CacheErrorCategory - class in com.facebook.cache.common.CacheErrorLogger
A categorizaton of different cache and storage related errors.
CacheEvent - class in com.facebook.cache.common
Interface to provide details of an individual cache event.
CacheEventListener - class in com.facebook.cache.common
An interface for logging various cache events.
CacheEventListener.EvictionReason - class in com.facebook.cache.common.CacheEventListener
 
CacheKey - class in com.facebook.cache.common
Strongly typed cache key to be used instead of Object.
CacheKeyUtil - class in com.facebook.cache.common
 
calculateDownsampleNumerator(Integer) - function in com.facebook.imagepipeline.transcoder.JpegTranscoderUtils
This method calculate the ratio in case the downsampling was enabled
CallerContextVerifier - class in com.facebook.callercontext
Verifies CallerContext
canDeferUntilRendered() - function in com.facebook.imagepipeline.common.RotationOptions
 
canResize(EncodedImage,RotationOptions,ResizeOptions) - function in com.facebook.imagepipeline.transcoder.ImageTranscoder
Whether the input image is resized to make subsequent decodings faster.
canTranscode(ImageFormat) - function in com.facebook.imagepipeline.transcoder.ImageTranscoder
Whether the input ImageFormat can be transcoded by the image transcoder.
CircularTransformation - class in com.facebook.imagepipeline.transformation
Indicates that the bitmap transformation performs rounding.
cleanUp() - function in com.facebook.cache.disk.DiskStorage.Inserter
Discards the insertion process.
clear() - function in com.facebook.imagepipeline.cache.CountingLruMap
Clears the map.
clear() - function in com.facebook.imagepipeline.cache.CountingMemoryCache
Removes all the items from the cache.
clear() - function in com.facebook.imagepipeline.cache.AbstractAdaptiveCountingMemoryCache
Removes all the items from the cache.
clear() - function in com.facebook.imagepipeline.cache.LruCountingMemoryCache
Removes all the items from the cache.
clearAll() - function in com.facebook.cache.disk.FileCache
 
clearAll() - function in com.facebook.cache.disk.DiskStorage
Clear all contents of the storage
clearAll() - function in com.facebook.cache.disk.DynamicDefaultDiskStorage
Clear all contents of the storage
clearAll() - function in com.facebook.cache.disk.DefaultDiskStorage
Clear all contents of the storage
clearAll() - function in com.facebook.cache.disk.DiskStorageCache
 
clearOldEntries(long) - function in com.facebook.cache.disk.FileCache
Deletes old cache files.
clearOldEntries(long) - function in com.facebook.cache.disk.DiskStorageCache
Deletes old cache files.
cloneOrNull(EncodedImage) - function in com.facebook.imagepipeline.image.EncodedImage
Returns the cloned encoded image if the parameter received is not null, null otherwise.
cloneOrNull() - function in com.facebook.imagepipeline.image.EncodedImage
 
cloneUnderlyingBitmapReference() - function in com.facebook.imagepipeline.image.BaseCloseableStaticBitmap
Get a cloned bitmap reference for the underlying original CloseableReference<Bitmap>.
cloneUnderlyingBitmapReference() - function in com.facebook.imagepipeline.image.CloseableStaticBitmap
 
close() - function in com.facebook.imagepipeline.cache.AnimationFrames
Release the stored bitmaps
close() - function in com.facebook.imagepipeline.image.DefaultCloseableImage
Closes this instance and releases the resources.
close() - function in java.io.DefaultCloseableImage
 
close() - function in com.facebook.imagepipeline.image.BaseCloseableStaticBitmap
Releases the bitmap to the pool.
close() - function in java.io.BaseCloseableStaticBitmap
 
close() - function in com.facebook.imagepipeline.image.CloseableStaticBitmap
Closes this instance and releases the resources.
close() - function in java.io.CloseableStaticBitmap
 
close() - function in com.facebook.imagepipeline.image.BaseCloseableImage
Closes this instance and releases the resources.
close() - function in java.io.BaseCloseableImage
 
close() - function in com.facebook.imagepipeline.image.EncodedImage
Closes the buffer enclosed by this class.
close() - function in java.io.EncodedImage
 
close() - function in com.facebook.imagepipeline.image.CloseableBitmap
Closes this instance and releases the resources.
close() - function in java.io.CloseableBitmap
 
close() - function in com.facebook.imagepipeline.image.CloseableImage
Closes this instance and releases the resources.
close() - function in java.io.CloseableImage
 
CloseableBitmap - class in com.facebook.imagepipeline.image
CloseableImage that wraps a bitmap.
CloseableImage - class in com.facebook.imagepipeline.image
 
CloseableStaticBitmap - class in com.facebook.imagepipeline.image
 
closeSafely(EncodedImage) - function in com.facebook.imagepipeline.image.EncodedImage
Closes the encoded image handling null.
com.facebook.binaryresource - package com.facebook.binaryresource
 
com.facebook.cache.common - package com.facebook.cache.common
 
com.facebook.cache.disk - package com.facebook.cache.disk
 
com.facebook.callercontext - package com.facebook.callercontext
 
com.facebook.drawable.base - package com.facebook.drawable.base
 
com.facebook.imageformat - package com.facebook.imageformat
 
com.facebook.imagepipeline.animated.factory - package com.facebook.imagepipeline.animated.factory
 
com.facebook.imagepipeline.bitmaps - package com.facebook.imagepipeline.bitmaps
 
com.facebook.imagepipeline.cache - package com.facebook.imagepipeline.cache
 
com.facebook.imagepipeline.common - package com.facebook.imagepipeline.common
 
com.facebook.imagepipeline.core - package com.facebook.imagepipeline.core
 
com.facebook.imagepipeline.decoder - package com.facebook.imagepipeline.decoder
 
com.facebook.imagepipeline.drawable - package com.facebook.imagepipeline.drawable
 
com.facebook.imagepipeline.image - package com.facebook.imagepipeline.image
 
com.facebook.imagepipeline.instrumentation - package com.facebook.imagepipeline.instrumentation
 
com.facebook.imagepipeline.nativecode - package com.facebook.imagepipeline.nativecode
 
com.facebook.imagepipeline.systrace - package com.facebook.imagepipeline.systrace
 
com.facebook.imagepipeline.transcoder - package com.facebook.imagepipeline.transcoder
 
com.facebook.imagepipeline.transformation - package com.facebook.imagepipeline.transformation
 
com.facebook.imagepipelinebase - package com.facebook.imagepipelinebase
 
com.facebook.imageutils - package com.facebook.imageutils
 
commit(Object) - function in com.facebook.cache.disk.DiskStorage.Inserter
Commits the insertion into the cache.
commit(Object,long) - function in com.facebook.cache.disk.DiskStorage.Inserter
Commits the insertion into the cache.
compare(T,T) - function in java.util.EntryEvictionComparator
 
comparing(Function,Comparator) - function in java.util.EntryEvictionComparator
 
comparingDouble(ToDoubleFunction) - function in java.util.EntryEvictionComparator
 
comparingInt(ToIntFunction) - function in java.util.EntryEvictionComparator
 
comparingLong(ToLongFunction) - function in java.util.EntryEvictionComparator
 
contains(K) - function in com.facebook.imagepipeline.cache.CountingLruMap
Returns whether the map contains an element with the given key.
contains(Predicate) - function in com.facebook.imagepipeline.cache.CountingMemoryCache
 
contains(Predicate) - function in com.facebook.imagepipeline.cache.AbstractAdaptiveCountingMemoryCache
Check if any items from the cache whose key matches the specified predicate.
contains(K) - function in com.facebook.imagepipeline.cache.AbstractAdaptiveCountingMemoryCache
Check if an item with the given cache key is currently in the cache.
contains(Predicate) - function in com.facebook.imagepipeline.cache.AbstractAdaptiveCountingMemoryCache
 
contains(Predicate) - function in com.facebook.imagepipeline.cache.LruCountingMemoryCache
Check if any items from the cache whose key matches the specified predicate.
contains(K) - function in com.facebook.imagepipeline.cache.LruCountingMemoryCache
Check if an item with the given cache key is currently in the cache.
contains(Predicate) - function in com.facebook.imagepipeline.cache.LruCountingMemoryCache
 
contains(E) - function in com.facebook.imagepipeline.cache.BoundedLinkedHashSet
 
contains(Predicate) - function in com.facebook.imagepipeline.cache.MemoryCache
Find if any of the items from the cache whose keys match the specified predicate.
contains(K) - function in com.facebook.imagepipeline.cache.MemoryCache
Check if the cache contains an item for the given key.
contains(BytesRange) - function in com.facebook.imagepipeline.common.BytesRange
Checks whether a provided range is within this one.
contains(String,Object) - function in com.facebook.cache.disk.DiskStorage
Does a resource with this name exist?
contains(String,Object) - function in com.facebook.cache.disk.DynamicDefaultDiskStorage
Does a resource with this name exist?
contains(String,Object) - function in com.facebook.cache.disk.DefaultDiskStorage
Does a resource with this name exist?
containsUri(Uri) - function in com.facebook.cache.common.CacheKey
Returns true if this key was constructed from this Uri.
containsUri(Uri) - function in com.facebook.cache.common.SimpleCacheKey
Returns true if this key was constructed from this Uri.
containsUri(Uri) - function in com.facebook.cache.common.MultiCacheKey
Returns true if this key was constructed from this Uri.
containsUri(Uri) - function in com.facebook.cache.common.DebuggingCacheKey
Returns true if this key was constructed from this Uri.
CONTENT_STALE - enum entry in com.facebook.cache.common.CacheEventListener.EvictionReason
 
convertToBitmapReference() - function in com.facebook.imagepipeline.image.BaseCloseableStaticBitmap
Convert this object to a CloseableReference<Bitmap>.
convertToBitmapReference() - function in com.facebook.imagepipeline.image.CloseableStaticBitmap
 
copyMetaDataFrom(EncodedImage) - function in com.facebook.imagepipeline.image.EncodedImage
Copy the meta data from another EncodedImage.
CountingLruBitmapMemoryCacheFactory - class in com.facebook.imagepipeline.cache
 
CountingLruMap - class in com.facebook.imagepipeline.cache
Map that keeps track of the elements order (according to the LRU policy) and their size.
CountingMemoryCache - class in com.facebook.imagepipeline.cache
 
CountingMemoryCache.Entry - class in com.facebook.imagepipeline.cache.CountingMemoryCache
The internal representation of a key-value pair stored by the cache.
CountingMemoryCache.EntryStateObserver - class in com.facebook.imagepipeline.cache.CountingMemoryCache
Interface used to observe the state changes of an entry.
CountingMemoryCacheInspector - class in com.facebook.imagepipeline.cache
Inspects values cached in bitmap memory cache.
CountingMemoryCacheInspector.DumpInfo - class in com.facebook.imagepipeline.cache.CountingMemoryCacheInspector
Info about the status of the cache for use by dumpers.
CountingMemoryCacheInspector.DumpInfoEntry - class in com.facebook.imagepipeline.cache.CountingMemoryCacheInspector
Cache entry info for use by dumpers.
create(Supplier,MemoryTrimmableRegistry,MemoryCache.CacheTrimStrategy,boolean,boolean,CountingMemoryCache.EntryStateObserver) - function in com.facebook.imagepipeline.cache.CountingLruBitmapMemoryCacheFactory
 
create(Supplier,MemoryTrimmableRegistry,MemoryCache.CacheTrimStrategy,boolean,boolean,CountingMemoryCache.EntryStateObserver) - function in com.facebook.imagepipeline.cache.CountingLruBitmapMemoryCacheFactory
 
create(Supplier,MemoryTrimmableRegistry,MemoryCache.CacheTrimStrategy,Boolean,Boolean,CountingMemoryCache.EntryStateObserver) - function in com.facebook.imagepipeline.cache.BitmapMemoryCacheFactory
 
create(File) - function in com.facebook.binaryresource.FileBinaryResource.Companion
 
createBitmap(int,int,Bitmap.Config) - function in com.facebook.imagepipeline.bitmaps.PlatformBitmapFactory
Creates a bitmap of the specified width and height.
createBitmap(int,int) - function in com.facebook.imagepipeline.bitmaps.PlatformBitmapFactory
Creates a bitmap of the specified width and height.
createBitmap(int,int,Bitmap.Config,Object) - function in com.facebook.imagepipeline.bitmaps.PlatformBitmapFactory
Creates a bitmap of the specified width and height.
createBitmap(int,int,Object) - function in com.facebook.imagepipeline.bitmaps.PlatformBitmapFactory
Creates a bitmap of the specified width and height.
createBitmap(Bitmap) - function in com.facebook.imagepipeline.bitmaps.PlatformBitmapFactory
Creates a bitmap from the specified source bitmap.
createBitmap(Bitmap,Object) - function in com.facebook.imagepipeline.bitmaps.PlatformBitmapFactory
Creates a bitmap from the specified source bitmap.
createBitmap(Bitmap,int,int,int,int) - function in com.facebook.imagepipeline.bitmaps.PlatformBitmapFactory
Creates a bitmap from the specified subset of the source bitmap.
createBitmap(Bitmap,int,int,int,int,Object) - function in com.facebook.imagepipeline.bitmaps.PlatformBitmapFactory
Creates a bitmap from the specified subset of the source bitmap.
createBitmap(Bitmap,int,int,int,int,Matrix,boolean) - function in com.facebook.imagepipeline.bitmaps.PlatformBitmapFactory
Creates a bitmap from subset of the source bitmap, transformed by the optional matrix.
createBitmap(Bitmap,int,int,int,int,Matrix,boolean,Object) - function in com.facebook.imagepipeline.bitmaps.PlatformBitmapFactory
Creates a bitmap from subset of the source bitmap, transformed by the optional matrix.
createBitmap(DisplayMetrics,int,int,Bitmap.Config) - function in com.facebook.imagepipeline.bitmaps.PlatformBitmapFactory
Creates a bitmap with the specified width and height.
createBitmap(DisplayMetrics,int,int,Bitmap.Config,Object) - function in com.facebook.imagepipeline.bitmaps.PlatformBitmapFactory
Creates a bitmap with the specified width and height.
createBitmap(Array,int,int,Bitmap.Config) - function in com.facebook.imagepipeline.bitmaps.PlatformBitmapFactory
Creates a bitmap with the specified width and height.
createBitmap(Array,int,int,Bitmap.Config,Object) - function in com.facebook.imagepipeline.bitmaps.PlatformBitmapFactory
Creates a bitmap with the specified width and height.
createBitmap(DisplayMetrics,Array,int,int,Bitmap.Config) - function in com.facebook.imagepipeline.bitmaps.PlatformBitmapFactory
Creates a bitmap with the specified width and height.
createBitmap(DisplayMetrics,Array,int,int,Bitmap.Config,Object) - function in com.facebook.imagepipeline.bitmaps.PlatformBitmapFactory
Creates a bitmap with the specified width and height.
createBitmap(DisplayMetrics,Array,int,int,int,int,Bitmap.Config) - function in com.facebook.imagepipeline.bitmaps.PlatformBitmapFactory
Creates a bitmap with the specified width and height.
createBitmap(DisplayMetrics,Array,int,int,int,int,Bitmap.Config,Object) - function in com.facebook.imagepipeline.bitmaps.PlatformBitmapFactory
Creates a bitmap with the specified width and height.
createBitmapInternal(int,int,Bitmap.Config) - function in com.facebook.imagepipeline.bitmaps.PlatformBitmapFactory
Creates a bitmap of the specified width and height.
createDrawable(CloseableImage) - function in com.facebook.imagepipeline.drawable.DrawableFactory
Create a drawable for the given image.
createImageTranscoder(ImageFormat,boolean) - function in com.facebook.imagepipeline.transcoder.ImageTranscoderFactory
Creates an ImageTranscoder that enables or disables resizing depending on {@code * isResizingEnabled}.
createOrNull(File) - function in com.facebook.binaryresource.FileBinaryResource.Companion
 
createScaledBitmap(Bitmap,int,int,boolean) - function in com.facebook.imagepipeline.bitmaps.PlatformBitmapFactory
Creates a bitmap from the specified source scaled to have the height and width as specified.
createScaledBitmap(Bitmap,int,int,boolean,Object) - function in com.facebook.imagepipeline.bitmaps.PlatformBitmapFactory
Creates a bitmap from the specified source scaled to have the height and width as specified.
A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  Q  R  S  T  U  V  W