docs/javadoc/reference/com/facebook/imagepipeline/animated/base/AnimatedDrawableOptionsBuilder.html
|
|
Summary: Ctors | Methods | Inherited Methods | [Expand All]
public class
extends Object
| java.lang.Object | | ↳ | com.facebook.imagepipeline.animated.base.AnimatedDrawableOptionsBuilder |
Builder for AnimatedDrawableOptions.
| Public Constructors |
|---|
| Public Methods |
|---|
| AnimatedDrawableOptions |
| Builds the immutable options instance. |
| boolean |
| Gets whether the drawable can use worker threads to optimistically prefetch frames. |
| boolean |
| Gets whether to enable additional verbose debugging diagnostics. |
| boolean |
| Gets whether all the rendered frames should be held in memory disregarding other constraints. |
| int |
| Gets the maximum bytes that the backend can use to cache image frames in memory. |
| AnimatedDrawableOptionsBuilder |
| Sets whether the drawable can use worker threads to optimistically prefetch frames. |
| AnimatedDrawableOptionsBuilder |
| Sets whether to enable additional verbose debugging diagnostics. |
| AnimatedDrawableOptionsBuilder |
| Sets whether all the rendered frames should be held in memory disregarding other constraints. |
| AnimatedDrawableOptionsBuilder |
| Sets the maximum bytes that the backend can use to cache image frames in memory. |
| [Expand] Inherited Methods | | --- | | From class java.lang.Object
| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |
|
Builds the immutable options instance.
Gets whether the drawable can use worker threads to optimistically prefetch frames.
Gets whether to enable additional verbose debugging diagnostics.
Gets whether all the rendered frames should be held in memory disregarding other constraints.
Gets the maximum bytes that the backend can use to cache image frames in memory.
Sets whether the drawable can use worker threads to optimistically prefetch frames.
| allowPrefetching | whether the backend can use worker threads to prefetch frames |
Sets whether to enable additional verbose debugging diagnostics.
| enableDebugging | whether to enable additional verbose debugging diagnostics |
Sets whether all the rendered frames should be held in memory disregarding other constraints.
| forceKeepAllFramesInMemory | whether to force the frames to be held in memory |
Sets the maximum bytes that the backend can use to cache image frames in memory.
| maximumBytes | maximum bytes that the backend can use to cache image frames in memory or -1 to use the default |
+Generated by Doclava. +