HomeSort by relevance Sort by last modified time
    Searched refs:mThumbnailView (Results 1 - 4 of 4) sorted by null

  /packages/apps/Mms/src/com/android/mms/ui/
VideoAttachmentView.java 42 private ImageView mThumbnailView;
54 mThumbnailView = (ImageView) findViewById(R.id.video_thumbnail);
96 mThumbnailView.setImageBitmap(bitmap);
103 mThumbnailView.setImageBitmap(thumbnail);
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoramaActivity.java 147 private RotateImageView mThumbnailView;
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};
    [all...]