Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIFactory.java32 import com.android.systemui.statusbar.phone.LightBarController;
85 public ScrimController createScrimController(LightBarController lightBarController, in createScrimController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightBarController.java36 public class LightBarController implements BatteryController.BatteryStateChangeCallback, Dumpable { class
69 public LightBarController() { in LightBarController() method in LightBarController
DScrimController.java62 private final LightBarController mLightBarController;
103 public ScrimController(LightBarController lightBarController, ScrimView scrimBehind, in ScrimController()
DNavigationBarFragment.java127 private LightBarController mLightBarController;
598 public void setLightBarController(LightBarController lightBarController) { in setLightBarController()
DStatusBar.java403 LightBarController mLightBarController;
1096 mLightBarController = new LightBarController(); in makeStatusBarView()