Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIFactory.java85 public ScrimController createScrimController(LightBarController lightBarController, in createScrimController() argument
88 return new ScrimController(lightBarController, scrimBehind, scrimInFront, headsUpScrim); in createScrimController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java103 public ScrimController(LightBarController lightBarController, ScrimView scrimBehind, in ScrimController() argument
111 mLightBarController = lightBarController; in ScrimController()
DNavigationBarFragment.java598 public void setLightBarController(LightBarController lightBarController) { in setLightBarController() argument
599 mLightBarController = lightBarController; in setLightBarController()