HomeSort by relevance Sort by last modified time
    Searched refs:ExtendedBitmapDrawable (Results 1 - 6 of 6) sorted by null

  /frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
BitmapView.java 24 import com.android.bitmap.drawable.ExtendedBitmapDrawable;
48 ExtendedBitmapDrawable drawable = getTypedDrawable();
58 ExtendedBitmapDrawable drawable = getTypedDrawable();
MainActivity.java 32 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/
ExtendedBitmapDrawable.java 48 public class ExtendedBitmapDrawable extends BasicBitmapDrawable implements
58 private static final String TAG = ExtendedBitmapDrawable.class.getSimpleName();
73 public ExtendedBitmapDrawable(final Resources res, final BitmapCache cache,
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_UNINITIALIZED}
    [all...]
CircularBitmapDrawable.java 39 public class CircularBitmapDrawable extends ExtendedBitmapDrawable {
TileDrawable.java 27 import com.android.bitmap.drawable.ExtendedBitmapDrawable.ExtendedOptions;
StyledCornersBitmapDrawable.java 33 * A custom ExtendedBitmapDrawable that styles the corners in configurable ways.
43 public class StyledCornersBitmapDrawable extends ExtendedBitmapDrawable {

Completed in 485 milliseconds