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.java40 * BitmapDrawable from a file path, an input stream, through XML inflation, or from
58 public class BitmapDrawable extends Drawable { class in inherits:Drawable
77 * @deprecated Use {@link #BitmapDrawable(Resources)} to ensure
81 public BitmapDrawable() { method in class:BitmapDrawable
90 public BitmapDrawable(Resources res) { method in class:BitmapDrawable
97 * @deprecated Use {@link #BitmapDrawable(Resources, Bitmap)} to ensure
101 public BitmapDrawable(Bitmap bitmap) { method in class:BitmapDrawable
109 public BitmapDrawable(Resources res, Bitmap bitmap) { method in class:BitmapDrawable
116 * @deprecated Use {@link #BitmapDrawable(Resources, String)} to ensure
120 public BitmapDrawable(Strin method in class:BitmapDrawable
131 public BitmapDrawable(Resources res, String filepath) { method in class:BitmapDrawable
145 public BitmapDrawable(java.io.InputStream is) { method in class:BitmapDrawable
156 public BitmapDrawable(Resources res, java.io.InputStream is) { method in class:BitmapDrawable
548 private BitmapDrawable(BitmapState state, Resources res) { method in class:BitmapDrawable
[all...]

Completed in 848 milliseconds