Home
last modified time | relevance | path

Searched defs:BitmapDrawable (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DBitmapDrawable.java79 public class BitmapDrawable extends Drawable { class
117 public BitmapDrawable() { in BitmapDrawable() method in BitmapDrawable
130 public BitmapDrawable(Resources res) { in BitmapDrawable() method in BitmapDrawable
140 public BitmapDrawable(Bitmap bitmap) { in BitmapDrawable() method in BitmapDrawable
148 public BitmapDrawable(Resources res, Bitmap bitmap) { in BitmapDrawable() method in BitmapDrawable
158 public BitmapDrawable(String filepath) { in BitmapDrawable() method in BitmapDrawable
166 public BitmapDrawable(Resources res, String filepath) { in BitmapDrawable() method in BitmapDrawable
191 public BitmapDrawable(java.io.InputStream is) { in BitmapDrawable() method in BitmapDrawable
199 public BitmapDrawable(Resources res, java.io.InputStream is) { in BitmapDrawable() method in BitmapDrawable
1048 private BitmapDrawable(BitmapState state, Resources res) { in BitmapDrawable() method in BitmapDrawable
/frameworks/base/core/tests/coretests/src/android/view/
DBitmapDrawable.java24 public class BitmapDrawable extends Activity { class