Searched refs:BitmapDrawableImageView (Results 1 - 2 of 2) 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.
/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
H A DBitmapView.java25 import com.android.bitmap.view.BitmapDrawableImageView;
27 public class BitmapView extends BitmapDrawableImageView {

Completed in 730 milliseconds