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.java115 private boolean mShowBars = true; field in PhotoPage
218 mShowBars = false; in onCreate()
397 if (mShowBars) return; in showBars()
398 mShowBars = true; in showBars()
406 if (!mShowBars) return; in hideBars()
407 mShowBars = false; in hideBars()
434 if (mShowBars) { in toggleBars()