Fresco
Packages
|
Classes
com.facebook.animated.gif
com.facebook.animated.webp
com.facebook.binaryresource
com.facebook.cache.common
com.facebook.cache.disk
com.facebook.common.activitylistener
com.facebook.common.disk
com.facebook.common.executors
com.facebook.common.file
com.facebook.common.internal
com.facebook.common.lifecycle
com.facebook.common.logging
com.facebook.common.media
com.facebook.common.memory
com.facebook.common.references
com.facebook.common.soloader
com.facebook.common.statfs
com.facebook.common.streams
com.facebook.common.time
com.facebook.common.util
com.facebook.common.webp
com.facebook.datasource
com.facebook.drawable.base
com.facebook.drawee.backends.pipeline
com.facebook.drawee.backends.volley
com.facebook.drawee.components
com.facebook.drawee.controller
com.facebook.drawee.debug
com.facebook.drawee.drawable
com.facebook.drawee.generic
com.facebook.drawee.gestures
com.facebook.drawee.interfaces
com.facebook.drawee.span
com.facebook.drawee.view
com.facebook.fresco.animation.backend
com.facebook.fresco.animation.bitmap
com.facebook.fresco.animation.bitmap.cache
com.facebook.fresco.animation.bitmap.wrapper
com.facebook.fresco.animation.drawable
com.facebook.fresco.animation.drawable.animator
com.facebook.fresco.animation.factory
com.facebook.fresco.animation.frame
com.facebook.fresco.animation.wrapper
com.facebook.imageformat
com.facebook.imagepipeline.animated.base
com.facebook.imagepipeline.animated.factory
com.facebook.imagepipeline.animated.impl
com.facebook.imagepipeline.animated.util
com.facebook.imagepipeline.backends.okhttp3
com.facebook.imagepipeline.backends.volley
com.facebook.imagepipeline.bitmaps
com.facebook.imagepipeline.cache
com.facebook.imagepipeline.common
com.facebook.imagepipeline.core
com.facebook.imagepipeline.datasource
com.facebook.imagepipeline.decoder
com.facebook.imagepipeline.image
com.facebook.imagepipeline.listener
com.facebook.imagepipeline.memory
com.facebook.imagepipeline.nativecode
com.facebook.imagepipeline.platform
com.facebook.imagepipeline.postprocessors
com.facebook.imagepipeline.producers
com.facebook.imagepipeline.request
com.facebook.imageutils
com.facebook.webpsupport
com.facebook.widget.text.span
Interfaces
CacheKeyFactory
CountingMemoryCache.CacheTrimStrategy
CountingMemoryCache.EntryStateObserver
<K>
DiskCachePolicy
ImageCacheStatsTracker
MediaIdExtractor
MediaVariationsIndex
MemoryCache
<K, V>
MemoryCacheTracker
<K>
ValueDescriptor
<V>
Classes
BitmapCountingMemoryCacheFactory
BitmapMemoryCacheFactory
BitmapMemoryCacheKey
BitmapMemoryCacheTrimStrategy
BufferedDiskCache
CountingLruMap
<K, V>
CountingMemoryCache
<K, V>
DefaultBitmapMemoryCacheParamsSupplier
DefaultCacheKeyFactory
DefaultEncodedMemoryCacheParamsSupplier
EncodedCountingMemoryCacheFactory
EncodedMemoryCacheFactory
InstrumentedMemoryCache
<K, V>
MediaVariationsIndexDatabase
MemoryCacheParams
NativeMemoryCacheTrimStrategy
NoOpImageCacheStatsTracker
NoOpMediaVariationsIndex
SmallCacheIfRequestedDiskCachePolicy
SplitCachesByImageSizeDiskCachePolicy
StagingArea
Packages
|
Classes
Summary:
Methods
|
[Expand All]
public static interface
CountingMemoryCache.CacheTrimStrategy
com.facebook.imagepipeline.cache.CountingMemoryCache.CacheTrimStrategy
Known Indirect Subclasses
BitmapMemoryCacheTrimStrategy
,
NativeMemoryCacheTrimStrategy
BitmapMemoryCacheTrimStrategy
CountingMemoryCache eviction strategy appropriate for bitmap caches.
NativeMemoryCacheTrimStrategy
CountingMemoryCache eviction strategy appropriate for caches that store resources off the Dalvik heap.
Class Overview
Interface used to specify the trimming strategy for the cache.
Summary
Public Methods
abstract double
getTrimRatio
(
MemoryTrimType
trimType)
Public Methods
public abstract double
getTrimRatio
(
MemoryTrimType
trimType)