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.java149 private MediaItem mCurrentPhoto = null; field in PhotoPage
193 if (mediaObject == mCurrentPhoto) {
204 if (mediaObject == mCurrentPhoto) {
215 if (mediaObject == mCurrentPhoto) {
276 if (mCurrentPhoto == message.obj && mBottomControls != null) { in onCreate()
340 if (!mPhotoView.getFilmMode() && mCurrentPhoto != null in onCreate()
341 … && (mCurrentPhoto.getSupportedOperations() & MediaObject.SUPPORT_ACTION) != 0) { in onCreate()
347 final MediaItem photo = mCurrentPhoto; in onCreate()
348 mCurrentPhoto = null; in onCreate()
357 if (mCurrentPhoto == message.obj) { in onCreate()
[all …]