Searched refs:mHideIconsForBouncer (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java642 private boolean mHideIconsForBouncer; field in class:StatusBar
2905 return mHideIconsForBouncer || mWereIconsJustHidden;
2914 if (mHideIconsForBouncer != shouldHideIconsForBouncer) {
2915 mHideIconsForBouncer = shouldHideIconsForBouncer;

Completed in 45 milliseconds