Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTestWindowManagerPolicy.java86 int navigationPresence) { in adjustConfigurationLw() argument
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java466 int navigationPresence); in adjustConfigurationLw() argument
H A DPhoneWindowManager.java2302 int navigationPresence) { in adjustConfigurationLw() argument
2318 || (navigationPresence == PRESENCE_INTERNAL in adjustConfigurationLw()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java2239 int navigationPresence = 0; in computeScreenConfiguration() local
2268 navigationPresence |= presenceFlag; in computeScreenConfiguration()
2272 navigationPresence |= presenceFlag; in computeScreenConfiguration()
2283 navigationPresence |= WindowManagerPolicy.PRESENCE_INTERNAL; in computeScreenConfiguration()
2301 mWmService.mPolicy.adjustConfigurationLw(config, keyboardPresence, navigationPresence); in computeScreenConfiguration()