Searched defs:BitmapDrawable (Results 1 - 2 of 2) 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.java41 * BitmapDrawable from a file path, an input stream, through XML inflation, or from
57 public class BitmapDrawable extends Drawable { class in inherits:Drawable
77 * @deprecated Use {@link #BitmapDrawable(Resources)} to ensure
81 public BitmapDrawable() { method in class:BitmapDrawable
89 public BitmapDrawable(Resources res) { method in class:BitmapDrawable
96 * @deprecated Use {@link #BitmapDrawable(Resources, Bitmap)} to ensure
100 public BitmapDrawable(Bitmap bitmap) { method in class:BitmapDrawable
108 public BitmapDrawable(Resources res, Bitmap bitmap) { method in class:BitmapDrawable
115 * @deprecated Use {@link #BitmapDrawable(Resources, String)} to ensure
119 public BitmapDrawable(Strin method in class:BitmapDrawable
129 public BitmapDrawable(Resources res, String filepath) { method in class:BitmapDrawable
143 public BitmapDrawable(java.io.InputStream is) { method in class:BitmapDrawable
153 public BitmapDrawable(Resources res, java.io.InputStream is) { method in class:BitmapDrawable
471 private BitmapDrawable(BitmapState state, Resources res) { method in class:BitmapDrawable
[all...]

Completed in 85 milliseconds