Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DBitmapDrawable.java75 public class BitmapDrawable extends Drawable { class
112 public BitmapDrawable() { in BitmapDrawable() method in BitmapDrawable
125 public BitmapDrawable(Resources res) { in BitmapDrawable() method in BitmapDrawable
136 public BitmapDrawable(Bitmap bitmap) { in BitmapDrawable() method in BitmapDrawable
144 public BitmapDrawable(Resources res, Bitmap bitmap) { in BitmapDrawable() method in BitmapDrawable
155 public BitmapDrawable(String filepath) { in BitmapDrawable() method in BitmapDrawable
166 public BitmapDrawable(Resources res, String filepath) { in BitmapDrawable() method in BitmapDrawable
180 public BitmapDrawable(java.io.InputStream is) { in BitmapDrawable() method in BitmapDrawable
191 public BitmapDrawable(Resources res, java.io.InputStream is) { in BitmapDrawable() method in BitmapDrawable
988 private BitmapDrawable(BitmapState state, Resources res) { in BitmapDrawable() method in BitmapDrawable
/frameworks/base/core/tests/coretests/src/android/view/
DBitmapDrawable.java33 public class BitmapDrawable extends Activity { class
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DBackgroundManager.java130 private static class BitmapDrawable extends Drawable { class in BackgroundManager
150 BitmapDrawable(Resources resources, Bitmap bitmap) { in BitmapDrawable() method in BackgroundManager.BitmapDrawable
154 BitmapDrawable(Resources resources, Bitmap bitmap, Matrix matrix) { in BitmapDrawable() method in BackgroundManager.BitmapDrawable