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

/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
H A DMtpImageView.java42 public class MtpImageView extends ImageView { class in inherits:ImageView
49 private WeakReference<MtpImageView> mWeakReference = new WeakReference<MtpImageView>(this);
65 public MtpImageView(Context context) { method in class:MtpImageView
70 public MtpImageView(Context context, AttributeSet attrs) { method in class:MtpImageView
75 public MtpImageView(Context context, AttributeSet attrs, int defStyle) { method in class:MtpImageView
240 HandlerThread t = new HandlerThread("MtpImageView Fetch");
248 MtpImageView parent = ((WeakReference<MtpImageView>) msg.obj).get();
283 MtpImageView paren
[all...]

Completed in 119 milliseconds