Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPhotoPage.java140 private boolean mShowBars = true; field in PhotoPage
392 mShowBars = false; in onCreate()
581 return mHaveImageEditor && mShowBars && !mReadOnlyView in canDisplayBottomControl()
588 return mHaveImageEditor && mShowBars in canDisplayBottomControl()
777 if (mShowBars) return; in showBars()
778 mShowBars = true; in showBars()
787 if (!mShowBars) return; in hideBars()
788 mShowBars = false; in hideBars()
823 if (mShowBars) { in toggleBars()
1382 if (!mShowBars) { in onResume()