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.kt52 override fun getNavigationBarView(displayId: Int): NavigationBarView? = null method in com.android.systemui.navigationbar.NavigationBarControllerEmptyImpl
DNavigationBarController.java68 NavigationBarView getNavigationBarView(int displayId); in getNavigationBarView() method
DNavigationBarControllerImpl.java467 public @Nullable NavigationBarView getNavigationBarView(int displayId) { in getNavigationBarView() method in NavigationBarControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesEmptyImpl.kt97 override fun getNavigationBarView(): NavigationBarView? = null in getNavigationBarView() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
DCentralSurfaces.java258 NavigationBarView getNavigationBarView(); in getNavigationBarView() method
DCentralSurfacesImpl.java2476 public NavigationBarView getNavigationBarView() { in getNavigationBarView() method