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

/frameworks/base/core/tests/coretests/src/android/view/
H A DBitmapDrawable.java33 public class BitmapDrawable extends Activity { class in inherits:Activity
/frameworks/base/graphics/java/android/graphics/drawable/
H A DBitmapDrawable.java55 * BitmapDrawable from a file path, an input stream, through XML inflation, or from
74 public class BitmapDrawable extends Drawable { class in inherits:Drawable
107 * @deprecated Use {@link #BitmapDrawable(android.content.res.Resources, android.graphics.Bitmap)}
111 public BitmapDrawable() { method in class:BitmapDrawable
119 * @deprecated Use {@link #BitmapDrawable(android.content.res.Resources, android.graphics.Bitmap)}
124 public BitmapDrawable(Resources res) { method in class:BitmapDrawable
131 * @deprecated Use {@link #BitmapDrawable(Resources, Bitmap)} to ensure
135 public BitmapDrawable(Bitmap bitmap) { method in class:BitmapDrawable
143 public BitmapDrawable(Resources res, Bitmap bitmap) { method in class:BitmapDrawable
150 * @deprecated Use {@link #BitmapDrawable(Resource
154 public BitmapDrawable(String filepath) { method in class:BitmapDrawable
165 public BitmapDrawable(Resources res, String filepath) { method in class:BitmapDrawable
179 public BitmapDrawable(java.io.InputStream is) { method in class:BitmapDrawable
190 public BitmapDrawable(Resources res, java.io.InputStream is) { method in class:BitmapDrawable
966 private BitmapDrawable(BitmapState state, Resources res) { method in class:BitmapDrawable
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java130 private static class BitmapDrawable extends Drawable { class in class:BackgroundManager
139 return new BitmapDrawable(null, mBitmap, mMatrix);
150 BitmapDrawable(Resources resources, Bitmap bitmap) { method in class:BackgroundManager.BitmapDrawable
154 BitmapDrawable(Resources resources, Bitmap bitmap, Matrix matrix) { method in class:BackgroundManager.BitmapDrawable
1074 BitmapDrawable bitmapDrawable = new BitmapDrawable(mContext.getResources(), bitmap, matrix);
1139 if (first instanceof BitmapDrawable && second instanceof BitmapDrawable) {
1140 if (((BitmapDrawable) first).getBitmap().sameAs(((BitmapDrawable) secon
[all...]

Completed in 185 milliseconds