Searched refs:FEATURE_ORDERED_DISPLAY (Results 1 - 2 of 2) sorted by path

/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
H A DMainActivity.java113 ExtendedOptions.FEATURE_ORDERED_DISPLAY | ExtendedOptions.FEATURE_PARALLAX
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java615 public static final int FEATURE_ORDERED_DISPLAY = 1; field in class:ExtendedBitmapDrawable.ExtendedOptions
689 * opts.features = FEATURE_ORDERED_DISPLAY | FEATURE_PARALLAX | FEATURE_STATE_CHANGES;
719 * Required field if {@link #FEATURE_ORDERED_DISPLAY} is supported.
802 if ((features & FEATURE_ORDERED_DISPLAY) != 0 && decodeAggregator == null) {
804 "ExtendedOptions: To support FEATURE_ORDERED_DISPLAY, "

Completed in 68 milliseconds