Home
last modified time | relevance | path

Searched refs:BasicBitmapDrawable (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/view/
DBitmapDrawableImageView.java27 import com.android.bitmap.drawable.BasicBitmapDrawable;
45 private BasicBitmapDrawable mDrawable;
75 public <E extends BasicBitmapDrawable> E getTypedDrawable() { in getTypedDrawable()
87 public <E extends BasicBitmapDrawable> void setTypedDrawable(E drawable) { in setTypedDrawable()
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DBasicBitmapDrawable.java58 public class BasicBitmapDrawable extends Drawable implements DecodeCallback, class
93 private static final String TAG = BasicBitmapDrawable.class.getSimpleName();
96 public BasicBitmapDrawable(final Resources res, final BitmapCache cache, in BasicBitmapDrawable() method in BasicBitmapDrawable
DExtendedBitmapDrawable.java48 public class ExtendedBitmapDrawable extends BasicBitmapDrawable implements