Home
last modified time | relevance | path

Searched defs:getNavigationBarView (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarControllerEmptyImpl.kt42 override fun getNavigationBarView(displayId: Int): NavigationBarView? = null method in com.android.systemui.navigationbar.NavigationBarControllerEmptyImpl
DNavigationBarController.java66 NavigationBarView getNavigationBarView(int displayId); in getNavigationBarView() method
DNavigationBarControllerImpl.java472 public @Nullable NavigationBarView getNavigationBarView(int displayId) { in getNavigationBarView() method in NavigationBarControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesEmptyImpl.kt70 override fun getNavigationBarView(): NavigationBarView? = null in getNavigationBarView() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
DCentralSurfaces.java257 NavigationBarView getNavigationBarView(); in getNavigationBarView() method
DCentralSurfacesImpl.java2421 public NavigationBarView getNavigationBarView() { in getNavigationBarView() method