Home
last modified time | relevance | path

Searched refs:navigationPresence (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java577 int navigationPresence); in adjustConfigurationLw() argument
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java7393 int navigationPresence = 0; in computeScreenConfigurationLocked() local
7415 navigationPresence |= presenceFlag; in computeScreenConfigurationLocked()
7419 navigationPresence |= presenceFlag; in computeScreenConfigurationLocked()
7431 navigationPresence |= WindowManagerPolicy.PRESENCE_INTERNAL; in computeScreenConfigurationLocked()
7449 mPolicy.adjustConfigurationLw(config, keyboardPresence, navigationPresence); in computeScreenConfigurationLocked()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java2020 int navigationPresence) { in adjustConfigurationLw() argument
2037 || (navigationPresence == PRESENCE_INTERNAL in adjustConfigurationLw()