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.java148 private PhotoPageBottomControls mBottomControls; field in PhotoPage
276 if (mCurrentPhoto == message.obj && mBottomControls != null) { in onCreate()
279 mBottomControls.refresh(); in onCreate()
549 mBottomControls = new PhotoPageBottomControls(this, mActivity, galleryRoot); in onCreate()
1435 if (mBottomControls != null) mBottomControls.cleanup(); in onDestroy()
1469 if (mBottomControls == null) { in refreshBottomControlsWhenReady()