A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
T
- ThreadHandoffProducer - class in com.facebook.imagepipeline.producers
- Uses ExecutorService to move further computation to different thread
- ThreadHandoffProducer.Companion - class in com.facebook.imagepipeline.producers.ThreadHandoffProducer
- ThreadHandoffProducerQueue - class in com.facebook.imagepipeline.producers
- ThreadHandoffProducerQueueImpl - class in com.facebook.imagepipeline.producers
- ThrottlingProducer - class in com.facebook.imagepipeline.producers
- Only permits a configurable number of requests to be kicked off simultaneously.
- ThumbnailBranchProducer - class in com.facebook.imagepipeline.producers
- Producer that will attempt to retrieve a thumbnail from one or more producers.
- ThumbnailProducer - class in com.facebook.imagepipeline.producers
- Implemented producers can be queried for whether they are likely to be able to produce a result of the desired size.
- ThumbnailSizeChecker - class in com.facebook.imagepipeline.producers
- Utility class to consistently check whether a given thumbnail size will be sufficient for a given request with com.facebook.imagepipeline.common.ResizeOptions.
- toByteBuffer() - function in com.facebook.imagepipeline.memory.MemoryPooledByteBufferOutputStream
- Gets a PooledByteBuffer from the current contents.
- toString() - function in java.lang.PriorityNetworkFetcher.NonrecoverableException
- toString() - function in com.facebook.imagepipeline.producers.PriorityNetworkFetcher.RetriableIOException
- toString() - function in java.lang.PriorityNetworkFetcher.RetriableIOException
- toString() - function in java.lang.annotation.Annotation
- toString() - function in java.lang.BasePool.InvalidValueException
- toString() - function in java.lang.BasePool.InvalidSizeException
- toString() - function in java.lang.BasePool.SizeTooLargeException
- toString() - function in java.lang.BasePool.PoolSizeViolationException
- toString() - function in java.lang.ImageRequestBuilder.BuilderException
- toString() - function in com.facebook.imagepipeline.request.ImageRequest
- trackCloseableReferenceLeak(SharedReference,Throwable) - function in com.facebook.imagepipeline.debug.CloseableReferenceLeakTracker
- trackCloseableReferenceLeak(SharedReference,Throwable) - function in com.facebook.imagepipeline.debug.NoOpCloseableReferenceLeakTracker
- transcode(EncodedImage,OutputStream,RotationOptions,ResizeOptions,ImageFormat,Integer,ColorSpace) - function in com.facebook.imagepipeline.transcoder.SimpleImageTranscoder
- trim(MemoryTrimType) - function in com.facebook.imagepipeline.memory.MemoryChunkPool
- Trims the pool in response to low-memory states (invoked from MemoryManager) For now, we'll dothe simplest thing, and simply clear out the entire pool.
- trim(MemoryTrimType) - function in com.facebook.common.memory.MemoryChunkPool
- trim(MemoryTrimType) - function in com.facebook.imagepipeline.memory.SharedByteArray
- Responds to memory pressure by simply 'discarding' the local byte array if it is not used atthe moment.
- trim(MemoryTrimType) - function in com.facebook.common.memory.SharedByteArray
- trim(MemoryTrimType) - function in com.facebook.imagepipeline.memory.BasePool
- Trims the pool in response to low-memory states (invoked from MemoryManager) For now, we'll dothe simplest thing, and simply clear out the entire pool.
- trim(MemoryTrimType) - function in com.facebook.common.memory.BasePool
- trim(MemoryTrimType) - function in com.facebook.imagepipeline.memory.LruBitmapPool
- trim(MemoryTrimType) - function in com.facebook.common.memory.LruBitmapPool
- trim(MemoryTrimType) - function in com.facebook.imagepipeline.memory.BucketsBitmapPool
- Trims the pool in response to low-memory states (invoked from MemoryManager) For now, we'll dothe simplest thing, and simply clear out the entire pool.
- trim(MemoryTrimType) - function in com.facebook.common.memory.BucketsBitmapPool
- trim(MemoryTrimType) - function in com.facebook.common.memory.BitmapPool
- trim(MemoryTrimType) - function in com.facebook.imagepipeline.memory.DummyBitmapPool
- trim(MemoryTrimType) - function in com.facebook.imagepipeline.memory.DummyTrackingInUseBitmapPool
- trim(MemoryTrimType) - function in com.facebook.imagepipeline.memory.GenericByteArrayPool
- trim(MemoryTrimType) - function in com.facebook.imagepipeline.cache.InstrumentedMemoryCache
- trim(MemoryTrimType) - function in com.facebook.common.memory.InstrumentedMemoryCache
- trimToNothing() - function in com.facebook.imagepipeline.memory.GenericByteArrayPool
- trimToSize(Integer) - function in com.facebook.imagepipeline.memory.GenericByteArrayPool
- trimToSoftCap() - function in com.facebook.imagepipeline.memory.GenericByteArrayPool
- turnOffStatusFlag(int,int) - function in com.facebook.imagepipeline.producers.PostprocessedBitmapMemoryCacheProducer.CachedPostprocessorConsumer
- Updates a provided status by ensuring the specified flag is turned off.
- turnOffStatusFlag(int,int) - function in com.facebook.imagepipeline.producers.BaseConsumer
- Updates a provided status by ensuring the specified flag is turned off.
- turnOnStatusFlag(int,int) - function in com.facebook.imagepipeline.producers.PostprocessedBitmapMemoryCacheProducer.CachedPostprocessorConsumer
- Updates a provided status by ensuring the specified flag is turned on.
- turnOnStatusFlag(int,int) - function in com.facebook.imagepipeline.producers.BaseConsumer
- Updates a provided status by ensuring the specified flag is turned on.