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.java57 * BitmapDrawable from a file path, an input stream, through XML inflation, or from
76 public class BitmapDrawable extends Drawable { class in inherits:Drawable
109 * @deprecated Use {@link #BitmapDrawable(android.content.res.Resources, android.graphics.Bitmap)}
113 public BitmapDrawable() { method in class:BitmapDrawable
121 * @deprecated Use {@link #BitmapDrawable(android.content.res.Resources, android.graphics.Bitmap)}
126 public BitmapDrawable(Resources res) { method in class:BitmapDrawable
133 * @deprecated Use {@link #BitmapDrawable(Resources, Bitmap)} to ensure
137 public BitmapDrawable(Bitmap bitmap) { method in class:BitmapDrawable
145 public BitmapDrawable(Resources res, Bitmap bitmap) { method in class:BitmapDrawable
152 * @deprecated Use {@link #BitmapDrawable(Resource
156 public BitmapDrawable(String filepath) { method in class:BitmapDrawable
167 public BitmapDrawable(Resources res, String filepath) { method in class:BitmapDrawable
181 public BitmapDrawable(java.io.InputStream is) { method in class:BitmapDrawable
192 public BitmapDrawable(Resources res, java.io.InputStream is) { method in class:BitmapDrawable
1020 private BitmapDrawable(BitmapState state, Resources res) { method in class:BitmapDrawable
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java112 static class BitmapDrawable extends Drawable { class in class:BackgroundManager
139 return new BitmapDrawable(this);
151 BitmapDrawable(Resources resources, Bitmap bitmap) { method in class:BackgroundManager.BitmapDrawable
155 BitmapDrawable(Resources resources, Bitmap bitmap, Matrix matrix) { method in class:BackgroundManager.BitmapDrawable
159 BitmapDrawable(ConstantState state) { method in class:BackgroundManager.BitmapDrawable
936 BitmapDrawable bitmapDrawable = new BitmapDrawable(mContext.getResources(), bitmap, matrix);
978 if (first instanceof BitmapDrawable && second instanceof BitmapDrawable) {
979 if (((BitmapDrawable) firs
[all...]

Completed in 338 milliseconds