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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightBarController.java56 private boolean mNavigationLight; field in class:LightBarController
119 boolean last = mNavigationLight;
122 mNavigationLight = mHasLightNavigationBar && mScrimAlphaBelowThreshold;
123 if (mNavigationLight != last) {
198 mNavigationLight, animateChange());
228 pw.print(" mNavigationLight="); pw.print(mNavigationLight);

Completed in 120 milliseconds