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.java43 * BitmapDrawable from a file path, an input stream, through XML inflation, or from
62 public class BitmapDrawable extends Drawable { class in inherits:Drawable
84 * @deprecated Use {@link #BitmapDrawable(android.content.res.Resources, android.graphics.Bitmap)}
88 public BitmapDrawable() { method in class:BitmapDrawable
95 * @deprecated Use {@link #BitmapDrawable(android.content.res.Resources, android.graphics.Bitmap)}
100 public BitmapDrawable(Resources res) { method in class:BitmapDrawable
107 * @deprecated Use {@link #BitmapDrawable(Resources, Bitmap)} to ensure
111 public BitmapDrawable(Bitmap bitmap) { method in class:BitmapDrawable
119 public BitmapDrawable(Resources res, Bitmap bitmap) { method in class:BitmapDrawable
126 * @deprecated Use {@link #BitmapDrawable(Resource
130 public BitmapDrawable(String filepath) { method in class:BitmapDrawable
141 public BitmapDrawable(Resources res, String filepath) { method in class:BitmapDrawable
155 public BitmapDrawable(java.io.InputStream is) { method in class:BitmapDrawable
166 public BitmapDrawable(Resources res, java.io.InputStream is) { method in class:BitmapDrawable
682 private BitmapDrawable(BitmapState state, Resources res) { method in class:BitmapDrawable
[all...]

Completed in 61 milliseconds