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

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java48 public class ExtendedBitmapDrawable extends BasicBitmapDrawable implements class in inherits:BasicBitmapDrawable,Runnable,Parallaxable,DecodeAggregator.Callback
58 private static final String TAG = ExtendedBitmapDrawable.class.getSimpleName();
73 public ExtendedBitmapDrawable(final Resources res, final BitmapCache cache, method in class:ExtendedBitmapDrawable
149 * Get the ExtendedOptions used to instantiate this ExtendedBitmapDrawable. Any changes made to
359 ExtendedBitmapDrawable.super.onDecodeComplete(key, result);
585 * Clients can later retrieve the ExtendedOptions from an ExtendedBitmapDrawable and change the
624 * When the user scrolls D pixels in the vertical direction, this ExtendedBitmapDrawable
641 * visual bound height. Call {@link ExtendedBitmapDrawable#setDecodeDimensions(int, int)}
643 * Call {@link ExtendedBitmapDrawable#setParallaxFraction(float)} when the user scrolls.
654 * The states are: {@link ExtendedBitmapDrawable#LOAD_STATE_UNINITIALIZE
[all...]

Completed in 401 milliseconds