Home
last modified time | relevance | path

Searched refs:FEATURE_ORDERED_DISPLAY (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
DMainActivity.java113 ExtendedOptions.FEATURE_ORDERED_DISPLAY | ExtendedOptions.FEATURE_PARALLAX in getView()
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DExtendedBitmapDrawable.java615 public static final int FEATURE_ORDERED_DISPLAY = 1; field in ExtendedBitmapDrawable.ExtendedOptions
802 if ((features & FEATURE_ORDERED_DISPLAY) != 0 && decodeAggregator == null) { in validate()