Searched refs:mOverlayIcon (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
H A DMtpImageView.java55 private Drawable mOverlayIcon; field in class:MtpImageView
94 if (mShowOverlayIcon && mOverlayIcon == null) {
95 mOverlayIcon = getResources().getDrawable(R.drawable.ic_control_play);
164 int iheight = mOverlayIcon.getIntrinsicHeight();
165 int iwidth = mOverlayIcon.getIntrinsicWidth();
171 mOverlayIcon.setBounds((vwidth - iwidth) / 2,
177 mOverlayIcon.setBounds((int) (vwidth - scale * iwidth) / 2,
190 if (mShowOverlayIcon && changed && mOverlayIcon != null) {
198 if (mShowOverlayIcon && mOverlayIcon != null) {
199 mOverlayIcon
[all...]

Completed in 54 milliseconds