Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightBarController.java124 void onStatusBarModeChanged(int newBarMode) { in onStatusBarModeChanged() argument
125 mStatusBarMode = newBarMode; in onStatusBarModeChanged()
148 public void onNavigationBarModeChanged(int newBarMode) { in onNavigationBarModeChanged() argument
149 mHasLightNavigationBar = isLight(mAppearance, newBarMode, APPEARANCE_LIGHT_NAVIGATION_BARS); in onNavigationBarModeChanged()