Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavBarTintController.java68 LightBarTransitionsController lightBarController) { in NavBarTintController() argument
79 mLightBarController = lightBarController; in NavBarTintController()
DNavigationBarFragment.java965 public void setLightBarController(LightBarController lightBarController) { in setLightBarController() argument
966 mLightBarController = lightBarController; in setLightBarController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNavigationBarController.java141 LightBarController lightBarController = isOnDefaultDisplay in createNavigationBar()
146 navBar.setLightBarController(lightBarController); in createNavigationBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DQSCustomizer.java91 LightBarController lightBarController, in QSCustomizer() argument
126 mLightBarController = lightBarController; in QSCustomizer()