Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DAutoHideController.java92 public void setNavigationBar(AutoHideElement navigationBar) { in setNavigationBar() method in AutoHideController
DLightBarController.java94 public void setNavigationBar(LightBarTransitionsController navigationBar) { in setNavigationBar() method in LightBarController
DNavigationBarFragment.java967 mLightBarController.setNavigationBar(mNavigationBarView.getLightTransitionsController()); in setLightBarController()
973 mAutoHideController.setNavigationBar(this); in setAutoHideController()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarStatusBar.java394 mAutoHideController.setNavigationBar(new AutoHideElement() { in start()