Home
last modified time | relevance | path

Searched refs:mAutoHideUiElement (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DTaskbarDelegate.java131 private final AutoHideUiElement mAutoHideUiElement = new AutoHideUiElement() { field in TaskbarDelegate
217 mAutoHideController.setNavigationBar(mAutoHideUiElement);
H A DNavigationBar.java283 private final AutoHideUiElement mAutoHideUiElement = new AutoHideUiElement() { field in NavigationBar
1460 mAutoHideController.setNavigationBar(mAutoHideUiElement); in setAutoHideController()