Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightBarController.java174 void onStatusBarModeChanged(int newBarMode) { in onStatusBarModeChanged() argument
175 mStatusBarMode = newBarMode; in onStatusBarModeChanged()
221 public void onNavigationBarModeChanged(int newBarMode) { in onNavigationBarModeChanged() argument
222 mHasLightNavigationBar = isLight(mAppearance, newBarMode, APPEARANCE_LIGHT_NAVIGATION_BARS); in onNavigationBarModeChanged()