Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DWindowManagerPolicyConstants.java54 int PRESENCE_INTERNAL = 1 << 0; field
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java2303 mHaveBuiltInKeyboard = (keyboardPresence & PRESENCE_INTERNAL) != 0; in adjustConfigurationLw()
2309 || (keyboardPresence == PRESENCE_INTERNAL in adjustConfigurationLw()
2318 || (navigationPresence == PRESENCE_INTERNAL in adjustConfigurationLw()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java2256 ? WindowManagerPolicy.PRESENCE_EXTERNAL : WindowManagerPolicy.PRESENCE_INTERNAL; in computeScreenConfiguration()
2283 navigationPresence |= WindowManagerPolicy.PRESENCE_INTERNAL; in computeScreenConfiguration()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt68699 Landroid/view/WindowManagerPolicyConstants;->PRESENCE_INTERNAL:I