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.java49 int PRESENCE_INTERNAL = 1 << 0; field
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java2252 mHaveBuiltInKeyboard = (keyboardPresence & PRESENCE_INTERNAL) != 0; in adjustConfigurationLw()
2258 || (keyboardPresence == PRESENCE_INTERNAL in adjustConfigurationLw()
2267 || (navigationPresence == PRESENCE_INTERNAL in adjustConfigurationLw()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java1755 ? WindowManagerPolicy.PRESENCE_EXTERNAL : WindowManagerPolicy.PRESENCE_INTERNAL; in computeScreenConfiguration()
1782 navigationPresence |= WindowManagerPolicy.PRESENCE_INTERNAL; in computeScreenConfiguration()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt79805 Landroid/view/WindowManagerPolicyConstants;->PRESENCE_INTERNAL:I