Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManagerPolicyConstants.java55 int PRESENCE_INTERNAL = 1 << 0; field
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java3199 mHaveBuiltInKeyboard = (keyboardPresence & PRESENCE_INTERNAL) != 0;
3205 || (keyboardPresence == PRESENCE_INTERNAL
3214 || (navigationPresence == PRESENCE_INTERNAL
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java2523 ? WindowManagerPolicy.PRESENCE_EXTERNAL : WindowManagerPolicy.PRESENCE_INTERNAL; in computeScreenConfiguration()
2550 navigationPresence |= WindowManagerPolicy.PRESENCE_INTERNAL; in computeScreenConfiguration()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt64733 Landroid/view/WindowManagerPolicyConstants;->PRESENCE_INTERNAL:I