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

/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
H A DBitmapView.java24 import com.android.bitmap.drawable.ExtendedBitmapDrawable;
48 ExtendedBitmapDrawable drawable = getTypedDrawable();
58 ExtendedBitmapDrawable drawable = getTypedDrawable();
H A DMainActivity.java32 import com.android.bitmap.drawable.ExtendedBitmapDrawable;
33 import com.android.bitmap.drawable.ExtendedBitmapDrawable.ExtendedOptions;
118 final ExtendedBitmapDrawable drawable = new ExtendedBitmapDrawable(getResources(),
/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 public static final String TAG = ExtendedBitmapDrawable.class.getSimpleName();
73 public ExtendedBitmapDrawable(final Resources res, final BitmapCache cache, method in class:ExtendedBitmapDrawable
147 * Get the ExtendedOptions used to instantiate this ExtendedBitmapDrawable. Any changes made to
341 ExtendedBitmapDrawable.super.onDecodeComplete(key, result);
567 * Clients can later retrieve the ExtendedOptions from an ExtendedBitmapDrawable and change the
606 * When the user scrolls D pixels in the vertical direction, this ExtendedBitmapDrawable
623 * visual bound height. Call {@link ExtendedBitmapDrawable#setDecodeDimensions(int, int)}
625 * Call {@link ExtendedBitmapDrawable#setParallaxFraction(float)} when the user scrolls.
636 * The states are: {@link ExtendedBitmapDrawable#LOAD_STATE_UNINITIALIZE
[all...]
H A DCircularBitmapDrawable.java39 public class CircularBitmapDrawable extends ExtendedBitmapDrawable {
H A DTileDrawable.java27 import com.android.bitmap.drawable.ExtendedBitmapDrawable.ExtendedOptions;
H A DStyledCornersBitmapDrawable.java31 * A custom ExtendedBitmapDrawable that styles the corners in configurable ways.
41 public class StyledCornersBitmapDrawable extends ExtendedBitmapDrawable {

Completed in 45 milliseconds