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

/frameworks/opt/bitmap/src/com/android/bitmap/view/
H A DBitmapDrawableImageView.java31 * BitmapDrawableImageView has logic to unbind its BasicBitmapDrawable when it is detached from the
39 public class BitmapDrawableImageView extends ImageView { class in inherits:ImageView
49 public BitmapDrawableImageView(final Context context) { method in class:BitmapDrawableImageView
53 public BitmapDrawableImageView(final Context context, final AttributeSet attrs) { method in class:BitmapDrawableImageView
57 public BitmapDrawableImageView(final Context context, final AttributeSet attrs, method in class:BitmapDrawableImageView
71 * Get the source drawable for this BitmapDrawableImageView.
84 * Set the given drawable as the source for this BitmapDrawableImageView.

Completed in 106 milliseconds