Home
last modified time | relevance | path

Searched defs:lightBarController (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DQSCustomizer.java92 void updateNavBackDrop(Configuration newConfig, LightBarController lightBarController) { in updateNavBackDrop()
102 void updateNavColors(LightBarController lightBarController) { in updateNavColors()
DQSCustomizerController.java107 KeyguardStateController keyguardStateController, LightBarController lightBarController, in QSCustomizerController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
DStatusBarPhoneModule.java138 LightBarController lightBarController, in provideStatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBar.java671 LightBarController lightBarController = mIsOnDefaultDisplay in onViewAttachedToWindow() local
1510 public void setLightBarController(LightBarController lightBarController) { in setLightBarController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java224 public ScrimController(LightBarController lightBarController, DozeParameters dozeParameters, in ScrimController()
DStatusBar.java725 LightBarController lightBarController, in StatusBar()