Home
last modified time | relevance | path

Searched defs:hasNavigationBar (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java35 boolean hasNavigationBar) { in IWindowManagerImpl()
56 public boolean hasNavigationBar(int displayId) { in hasNavigationBar() method in IWindowManagerImpl
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayLayout.java151 public DisplayLayout(DisplayInfo info, Resources res, boolean hasNavigationBar, in DisplayLayout()
191 private void init(DisplayInfo info, Resources res, boolean hasNavigationBar, in init()
363 Rect outInsets, boolean hasNavigationBar) { in computeNonDecorInsets()
485 static boolean hasNavigationBar(DisplayInfo info, Context context, int displayId) { in hasNavigationBar() method in DisplayLayout
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayPolicy.java788 public boolean hasNavigationBar() { in hasNavigationBar() method in DisplayPolicy
H A DWindowManagerService.java6235 public boolean hasNavigationBar(int displayId) { in hasNavigationBar() method in WindowManagerService
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java1105 public boolean hasNavigationBar(); in hasNavigationBar() method
H A DPhoneWindowManager.java5271 public boolean hasNavigationBar() { in hasNavigationBar() method
/aosp12/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl416 boolean hasNavigationBar(int displayId); in hasNavigationBar() method