Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DTaskbarDelegate.java217 mAutoHideController.setNavigationBar(mAutoHideUiElement);
218 mLightBarController.setNavigationBar(mLightBarTransitionsController);
238 mAutoHideController.setNavigationBar(null);
240 mLightBarController.setNavigationBar(null);
H A DNavigationBar.java1451 mLightBarController.setNavigationBar( in setLightBarController()
1460 mAutoHideController.setNavigationBar(mAutoHideUiElement); in setAutoHideController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DAutoHideController.java73 public void setNavigationBar(AutoHideUiElement element) { in setNavigationBar() method in AutoHideController
H A DLightBarController.java109 public void setNavigationBar(LightBarTransitionsController navigationBar) { in setNavigationBar() method in LightBarController
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBar.java217 mAutoHideController.setNavigationBar(new AutoHideUiElement() { in start()