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

S

saveAnimation(String,AnimationFrames) - function in com.facebook.imagepipeline.cache.AnimatedCache
 
scheduledExecutorServiceForBackgroundTasks() - function in com.facebook.imagepipeline.core.ExecutorSupplier
 
scheduledExecutorServiceForBackgroundTasks() - function in com.facebook.imagepipeline.core.DefaultExecutorSupplier
 
ScoreBasedEvictionComparatorSupplier - class in com.facebook.cache.disk
Evicts cache items based on a mix of their size and timestamp.
setAnimatedBitmapConfig(Bitmap.Config) - function in com.facebook.imagepipeline.common.ImageDecodeOptionsBuilder
Sets which config the animated image will be decode with;
setBaseDirectoryName(String) - function in com.facebook.cache.disk.DiskCacheConfig.Builder
Sets the name of the directory where the cache will be located.
setBaseDirectoryPath(File) - function in com.facebook.cache.disk.DiskCacheConfig.Builder
Sets the path to the base directory.
setBaseDirectoryPathSupplier(Supplier) - function in com.facebook.cache.disk.DiskCacheConfig.Builder
 
setBitmapConfig(Bitmap.Config) - function in com.facebook.imagepipeline.common.ImageDecodeOptionsBuilder
Sets which config static image will be decode with;
setBitmapTransformation(BitmapTransformation) - function in com.facebook.imagepipeline.common.ImageDecodeOptionsBuilder
Set a custom in-place bitmap transformation that is applied immediately after decoding.
setBytesRange(BytesRange) - function in com.facebook.imagepipeline.image.EncodedImage
 
setCacheErrorLogger(CacheErrorLogger) - function in com.facebook.cache.disk.DiskCacheConfig.Builder
The logger that is used to log errors made by the cache.
setCacheEventListener(CacheEventListener) - function in com.facebook.cache.disk.DiskCacheConfig.Builder
The listener for cache events.
setCacheKey(CacheKey) - function in com.facebook.cache.disk.SettableCacheEvent
 
setCacheLimit(long) - function in com.facebook.cache.disk.SettableCacheEvent
 
setCacheSize(long) - function in com.facebook.cache.disk.SettableCacheEvent
 
setColorSpace(ColorSpace) - function in com.facebook.imagepipeline.common.ImageDecodeOptionsBuilder
Sets the target color space for decoding.
setCustomImageDecoder(ImageDecoder) - function in com.facebook.imagepipeline.common.ImageDecodeOptionsBuilder
Set a custom image decoder override to be used for the given image.
setCustomImageFormatCheckers(List) - function in com.facebook.imageformat.ImageFormatChecker
 
setDecodeAllFrames(boolean) - function in com.facebook.imagepipeline.common.ImageDecodeOptionsBuilder
Sets whether to decode all the frames and store them in memory.
setDecodePreviewFrame(boolean) - function in com.facebook.imagepipeline.common.ImageDecodeOptionsBuilder
Sets whether to decode a preview frame for animated images.
setDiskTrimmableRegistry(DiskTrimmableRegistry) - function in com.facebook.cache.disk.DiskCacheConfig.Builder
The class that will contain a registry of caches to be trimmed in low disk space conditions.
setEntryEvictionComparatorSupplier(EntryEvictionComparatorSupplier) - function in com.facebook.cache.disk.DiskCacheConfig.Builder
Provides the logic to determine the eviction order based on entry's access time and size
setEvictionReason(CacheEventListener.EvictionReason) - function in com.facebook.cache.disk.SettableCacheEvent
 
setException(IOException) - function in com.facebook.cache.disk.SettableCacheEvent
 
setExcludeBitmapConfigFromComparison(boolean) - function in com.facebook.imagepipeline.common.ImageDecodeOptionsBuilder
 
setExifOrientation(int) - function in com.facebook.imagepipeline.image.EncodedImage
Sets the exif orientation
setForceStaticImage(boolean) - function in com.facebook.imagepipeline.common.ImageDecodeOptionsBuilder
Sets whether to force animated image formats to be decoded as static, non-animated images.
setFrom(ImageDecodeOptions) - function in com.facebook.imagepipeline.common.ImageDecodeOptionsBuilder
Sets the builder to be equivalent to the specified options.
setHeight(int) - function in com.facebook.imagepipeline.image.EncodedImage
Sets the image height
setImageFormat(ImageFormat) - function in com.facebook.imagepipeline.image.EncodedImage
Sets the image format
setIndexPopulateAtStartupEnabled(boolean) - function in com.facebook.cache.disk.DiskCacheConfig.Builder
 
setItemSize(long) - function in com.facebook.cache.disk.SettableCacheEvent
 
setMaxCacheSize(long) - function in com.facebook.cache.disk.DiskCacheConfig.Builder
This is the default maximum size of the cache.
setMaxCacheSizeOnLowDiskSpace(long) - function in com.facebook.cache.disk.DiskCacheConfig.Builder
This is the maximum size of the cache that is used when the device is low on disk space.
setMaxCacheSizeOnVeryLowDiskSpace(long) - function in com.facebook.cache.disk.DiskCacheConfig.Builder
This is the maximum size of the cache when the device is extremely low on disk space.
setMaxDimensionPx(int) - function in com.facebook.imagepipeline.common.ImageDecodeOptionsBuilder
Sets the maximum image dimension (width or height).
setMinDecodeIntervalMs(int) - function in com.facebook.imagepipeline.common.ImageDecodeOptionsBuilder
Sets the minimum decode interval.
setResourceId(String) - function in com.facebook.cache.disk.SettableCacheEvent
 
setRotationAngle(int) - function in com.facebook.imagepipeline.image.EncodedImage
Sets the image rotation angle
setSampleSize(int) - function in com.facebook.imagepipeline.image.EncodedImage
Sets the image sample size
setSource(String) - function in com.facebook.imagepipeline.image.EncodedImage
 
setStackTrace(Array) - function in kotlin.TooManyBitmapsException
 
setStreamSize(int) - function in com.facebook.imagepipeline.image.EncodedImage
Sets the size of an image if backed by an InputStreamIgnored if backed by a ByteBuffer
SettableCacheEvent - class in com.facebook.cache.disk
Implementation of CacheEvent that allows the values to be set and supports recycling of instances.
setUseCachedMetadata(boolean) - function in com.facebook.imagepipeline.image.EncodedImage
 
setUseDecodeBufferHelper(Boolean) - function in com.facebook.imageutils.BitmapUtil
 
setUseLastFrameForPreview(boolean) - function in com.facebook.imagepipeline.common.ImageDecodeOptionsBuilder
Sets whether to use the last frame for the preview image (defaults to the first frame).
setUseNewOrder(boolean) - function in com.facebook.imageformat.ImageFormatChecker
 
setUseNewOrder(boolean) - function in com.facebook.imageformat.DefaultImageFormatChecker
 
setUseSimpleCloseableStaticBitmap(boolean) - function in com.facebook.imagepipeline.image.BaseCloseableStaticBitmap
 
setVersion(int) - function in com.facebook.cache.disk.DiskCacheConfig.Builder
Sets the version.
setWidth(int) - function in com.facebook.imagepipeline.image.EncodedImage
Sets the image width
shouldUseSimpleCloseableStaticBitmap() - function in com.facebook.imagepipeline.image.BaseCloseableStaticBitmap
 
SimpleBitmapReleaser - class in com.facebook.imagepipeline.bitmaps
A releaser that just recycles (frees) bitmap memory immediately.
SimpleCacheKey - class in com.facebook.cache.common
CacheKey implementation that is a simple wrapper around a String object.
size() - function in com.facebook.binaryresource.BinaryResource
Returns the size of this source in bytes.
size() - function in com.facebook.binaryresource.ByteArrayBinaryResource
Returns the size of this source in bytes.
size() - function in com.facebook.binaryresource.FileBinaryResource
Returns the size of this source in bytes.
SourceUriType - class in com.facebook.imagepipeline.common
This is the interface we use in order to define different types of Uri an ImageRequest can have.
SourceUriType.Companion - class in com.facebook.imagepipeline.common.SourceUriType
 
startsWithPattern(Array,Array) - function in com.facebook.imageformat.ImageFormatCheckerUtils
Checks if byteArray interpreted as sequence of bytes starts with pattern starting at positionequal to offset.
supportsImageType(CloseableImage) - function in com.facebook.imagepipeline.drawable.DrawableFactory
Returns true if the factory can create a Drawable for the given image.
A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  Q  R  S  T  U  V  W