Home
last modified time | relevance | path

Searched defs:autoHideController (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarController.java118 AutoHideController autoHideController, in NavigationBarController()
H A DTaskbarDelegate.java191 AutoHideController autoHideController, in setDependencies()
H A DNavigationBar.java819 AutoHideController autoHideController = mIsOnDefaultDisplay in onViewAttached() local
1583 private void setAutoHideController(AutoHideController autoHideController) { in setAutoHideController()
H A DNavigationBarView.java337 public void setAutoHideController(AutoHideController autoHideController) { in setAutoHideController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java681 AutoHideController autoHideController, in CentralSurfacesImpl()