HomeSort by relevance Sort by last modified time
    Searched refs:hasNavigationBar (Results 1 - 9 of 9) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/android/view/
IWindowManagerImpl.java 46 boolean hasNavigationBar) {
50 mHasNavigationBar = hasNavigationBar;
67 public boolean hasNavigationBar() {
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 234 boolean hasNavigationBar();
ViewConfiguration.java 315 sHasPermanentMenuKey = !wm.hasNavigationBar();
WindowManagerPolicy.java     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 211 boolean hasNavigationBar = true;
215 hasNavigationBar);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 683 boolean showNav = mWindowManagerService.hasNavigationBar();
684 if (DEBUG) Log.v(TAG, "hasNavigationBar=" + showNav);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]

Completed in 502 milliseconds