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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPage.java147 private MediaItem mCurrentPhoto = null; field in class:PhotoPage
189 if (mediaObject == mCurrentPhoto) {
200 if (mediaObject == mCurrentPhoto) {
211 if (mediaObject == mCurrentPhoto) {
251 MediaObject currentPhoto = mCurrentPhoto;
299 if (mCurrentPhoto == message.obj && mBottomControls != null) {
363 if (!mPhotoView.getFilmMode() && mCurrentPhoto != null
364 && (mCurrentPhoto.getSupportedOperations() & MediaObject.SUPPORT_ACTION) != 0) {
370 final MediaItem photo = mCurrentPhoto;
371 mCurrentPhoto
[all...]

Completed in 35 milliseconds