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

/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) {
149 * Get the ExtendedOptions used to instantiate this ExtendedBitmapDrawable. Any changes made to
152 public ExtendedOptions getExtendedOptions() {
453 int placeholderHeight, int fadeOutDurationMs, ExtendedOptions opts) {
540 ExtendedOptions opts) {
585 * Clients can later retrieve the ExtendedOptions fro
588 public static class ExtendedOptions { class in class:ExtendedBitmapDrawable
771 public ExtendedOptions(final int features) { method in class:ExtendedBitmapDrawable.ExtendedOptions
778 public ExtendedOptions(final int features, final Drawable placeholder, method in class:ExtendedBitmapDrawable.ExtendedOptions
[all...]

Completed in 216 milliseconds