HomeSort by relevance Sort by last modified time
    Searched full:basicbitmapdrawable (Results 1 - 5 of 5) sorted by null

  /frameworks/opt/bitmap/src/com/android/bitmap/view/
BitmapDrawableImageView.java 27 import com.android.bitmap.drawable.BasicBitmapDrawable;
31 * BitmapDrawableImageView has logic to unbind its BasicBitmapDrawable when it is detached from the
45 private BasicBitmapDrawable mDrawable;
75 public <E extends BasicBitmapDrawable> E getTypedDrawable() {
87 public <E extends BasicBitmapDrawable> void setTypedDrawable(E drawable) {
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
BasicBitmapDrawable.java 53 * Activity, etc) then make sure to call {@link BasicBitmapDrawable#unbind()} at the appropriate
58 public class BasicBitmapDrawable extends Drawable implements DecodeCallback,
93 private static final String TAG = BasicBitmapDrawable.class.getSimpleName();
96 public BasicBitmapDrawable(final Resources res, final BitmapCache cache,
CircularBitmapDrawable.java 35 * Custom BasicBitmapDrawable implementation for circular images.
ExtendedBitmapDrawable.java 48 public class ExtendedBitmapDrawable extends BasicBitmapDrawable implements
671 * placeholder could be accomplished by {@link BasicBitmapDrawable} without the added
  /frameworks/opt/bitmap/src/com/android/bitmap/
RequestKey.java 39 * BasicBitmapDrawable

Completed in 78 milliseconds