Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPhotoPage.java146 private MediaItem mCurrentPhoto = null; field in PhotoPage
188 if (mediaObject == mCurrentPhoto) {
199 if (mediaObject == mCurrentPhoto) {
210 if (mediaObject == mCurrentPhoto) {
271 if (mCurrentPhoto == message.obj && mBottomControls != null) { in onCreate()
335 if (!mPhotoView.getFilmMode() && mCurrentPhoto != null in onCreate()
336 … && (mCurrentPhoto.getSupportedOperations() & MediaObject.SUPPORT_ACTION) != 0) { in onCreate()
342 final MediaItem photo = mCurrentPhoto; in onCreate()
343 mCurrentPhoto = null; in onCreate()
352 if (mCurrentPhoto == message.obj) { in onCreate()
[all …]