Searched defs:FEATURE_ORDERED_DISPLAY (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java597 public static final int FEATURE_ORDERED_DISPLAY = 1; field in class:ExtendedBitmapDrawable.ExtendedOptions
671 * opts.features = FEATURE_ORDERED_DISPLAY | FEATURE_PARALLAX | FEATURE_STATE_CHANGES;
694 * Required field if {@link #FEATURE_ORDERED_DISPLAY} is supported.
772 if ((features & FEATURE_ORDERED_DISPLAY) != 0 && decodeAggregator == null) {
774 "ExtendedOptions: To support FEATURE_ORDERED_DISPLAY, "

Completed in 332 milliseconds