docs/javadoc/reference/com/facebook/imagepipeline/animated/base/AnimatedDrawableOptions.html
|
|
Summary: Fields | Ctors | Methods | Inherited Methods | [Expand All]
public class
extends Object
| java.lang.Object | | ↳ | com.facebook.imagepipeline.animated.base.AnimatedDrawableOptions |
Options for creating AnimatedDrawable2.
| Fields |
|---|
| public static AnimatedDrawableOptions |
| public final boolean |
| public final boolean |
| public final boolean |
| public final int |
| Public Constructors |
|---|
Creates AnimatedDrawableOptions with default options. |
| Public Methods |
|---|
| static AnimatedDrawableOptionsBuilder |
| Creates a new builder. |
| [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() |
|
Default options.
Whether the drawable can use worker threads to optimistically prefetch frames.
Whether to enable additional verbose debugging diagnostics.
Whether all the rendered frames should be held in memory disregarding other constraints.
The maximum bytes that the backend can use to cache image frames in memory or -1 to use the default
Creates AnimatedDrawableOptions with default options.
Creates a new builder.
+Generated by Doclava. +