Searched refs:ExtendedOptions (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
H A DMainActivity.java33 import com.android.bitmap.drawable.ExtendedBitmapDrawable.ExtendedOptions;
112 ExtendedOptions opts = new ExtendedOptions(
113 ExtendedOptions.FEATURE_ORDERED_DISPLAY | ExtendedOptions.FEATURE_PARALLAX
114 | ExtendedOptions.FEATURE_STATE_CHANGES, PLACEHOLDER, PROGRESS);
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java61 private final ExtendedOptions mOpts;
74 final boolean limitDensity, ExtendedOptions opts) {
78 opts = new ExtendedOptions(0);
86 * Called after a field is changed in an {@link ExtendedOptions}, if that field requests this
93 if ((mOpts.features & ExtendedOptions.FEATURE_STATE_CHANGES) != 0) {
147 * Get the ExtendedOptions used to instantiate this ExtendedBitmapDrawable. Any changes made to
150 public ExtendedOptions getExtendedOptions() {
435 int placeholderHeight, int fadeOutDurationMs, ExtendedOptions opts) {
522 ExtendedOptions opts) {
567 * Clients can later retrieve the ExtendedOptions fro
570 public static class ExtendedOptions { class in class:ExtendedBitmapDrawable
746 public ExtendedOptions(final int features) { method in class:ExtendedBitmapDrawable.ExtendedOptions
753 public ExtendedOptions(final int features, final Drawable placeholder, method in class:ExtendedBitmapDrawable.ExtendedOptions
[all...]
H A DTileDrawable.java27 import com.android.bitmap.drawable.ExtendedBitmapDrawable.ExtendedOptions;
36 private final ExtendedOptions mOpts;
45 ExtendedOptions opts) {
H A DCircularBitmapDrawable.java54 BitmapCache cache, boolean limitDensity, ExtendedOptions opts) {
H A DStyledCornersBitmapDrawable.java74 boolean limitDensity, ExtendedOptions opts, float cornerRoundRadius,

Completed in 213 milliseconds