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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPage.java149 private MediaItem mCurrentPhoto = null; field in class:PhotoPage
193 if (mediaObject == mCurrentPhoto) {
204 if (mediaObject == mCurrentPhoto) {
215 if (mediaObject == mCurrentPhoto) {
276 if (mCurrentPhoto == message.obj && mBottomControls != null) {
340 if (!mPhotoView.getFilmMode() && mCurrentPhoto != null
341 && (mCurrentPhoto.getSupportedOperations() & MediaObject.SUPPORT_ACTION) != 0) {
347 final MediaItem photo = mCurrentPhoto;
348 mCurrentPhoto = null;
357 if (mCurrentPhoto
[all...]

Completed in 33 milliseconds