HomeSort by relevance Sort by last modified time
    Searched refs:FEATURE_ORDERED_DISPLAY (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
MainActivity.java 113 ExtendedOptions.FEATURE_ORDERED_DISPLAY | ExtendedOptions.FEATURE_PARALLAX
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
ExtendedBitmapDrawable.java 615 public static final int FEATURE_ORDERED_DISPLAY = 1;
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 801 milliseconds