Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightBarController.java70 private boolean mNavigationLight; field in LightBarController
142 final boolean last = mNavigationLight; in onNavigationBarAppearanceChanged()
145 mNavigationLight = mHasLightNavigationBar in onNavigationBarAppearanceChanged()
148 if (mNavigationLight != last) { in onNavigationBarAppearanceChanged()
254 mNavigationBarController.setIconsDark(mNavigationLight, animateChange()); in updateNavigation()
276 pw.print(" mNavigationLight="); pw.print(mNavigationLight); in dump()