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

/packages/apps/Mms/src/com/android/mms/ui/
H A DVideoAttachmentView.java43 private ImageView mThumbnailView; field in class:VideoAttachmentView
55 mThumbnailView = (ImageView) findViewById(R.id.video_thumbnail);
97 mThumbnailView.setImageBitmap(bitmap);
104 mThumbnailView.setImageBitmap(thumbnail);
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DPanoramaActivity.java147 private RotateImageView mThumbnailView; field in class:PanoramaActivity
312 // Set the thumbnail bitmap here because mThumbnailView must be accessed
569 mThumbnailView.setEnabled(false);
611 mThumbnailView.setEnabled(true);
718 mThumbnailView = (RotateImageView) findViewById(R.id.thumbnail);
719 mThumbnailView.enableFilter(false);
750 (Rotatable) mThumbnailView};
823 mThumbnailView.setBitmap(mThumbnail.getBitmap());
825 mThumbnailView.setBitmap(null);
919 mSharePopup.showAtLocation(mThumbnailView, Gravit
[all...]
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCamera.java162 private RotateImageView mThumbnailView; field in class:Camera
429 mThumbnailView.setBitmap(mThumbnail.getBitmap());
431 mThumbnailView.setBitmap(null);
972 // Runs in main thread (because we need to update mThumbnailView in the
984 mThumbnailView.setBitmap(mThumbnail.getBitmap());
1137 mThumbnailView = (RotateImageView) findViewById(R.id.thumbnail);
1138 mThumbnailView.enableFilter(false);
1139 mThumbnailView.setVisibility(View.VISIBLE);
1283 if (mThumbnailView != null) mThumbnailView
[all...]
H A DVideoCamera.java167 private RotateImageView mThumbnailView; field in class:VideoCamera
580 Rotatable[] indicators = {mThumbnailView, mModePicker, mSharePopup,
1607 if (mThumbnailView != null) mThumbnailView.setEnabled(false);
1621 if (mThumbnailView != null) mThumbnailView.setEnabled(true);
1640 mThumbnailView.setBitmap(mThumbnail.getBitmap());
1756 mThumbnailView = (RotateImageView) findViewById(R.id.thumbnail);
1757 mThumbnailView.enableFilter(false);
1758 mThumbnailView
[all...]

Completed in 85 milliseconds