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.java74 public class BitmapDrawable extends Drawable { class
111 public BitmapDrawable() { in BitmapDrawable() method in BitmapDrawable
124 public BitmapDrawable(Resources res) { in BitmapDrawable() method in BitmapDrawable
135 public BitmapDrawable(Bitmap bitmap) { in BitmapDrawable() method in BitmapDrawable
143 public BitmapDrawable(Resources res, Bitmap bitmap) { in BitmapDrawable() method in BitmapDrawable
154 public BitmapDrawable(String filepath) { in BitmapDrawable() method in BitmapDrawable
165 public BitmapDrawable(Resources res, String filepath) { in BitmapDrawable() method in BitmapDrawable
179 public BitmapDrawable(java.io.InputStream is) { in BitmapDrawable() method in BitmapDrawable
190 public BitmapDrawable(Resources res, java.io.InputStream is) { in BitmapDrawable() method in BitmapDrawable
966 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