Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPhotoPage.java145 private PhotoPageBottomControls mBottomControls; field in PhotoPage
271 if (mCurrentPhoto == message.obj && mBottomControls != null) { in onCreate()
274 mBottomControls.refresh(); in onCreate()
542 mBottomControls = new PhotoPageBottomControls(this, mActivity, galleryRoot); in onCreate()
1407 if (mBottomControls != null) mBottomControls.cleanup(); in onDestroy()
1441 if (mBottomControls == null) { in refreshBottomControlsWhenReady()