Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java149 public final static int PRESENCE_INTERNAL = 1 << 0; field
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java1230 WindowManagerPolicy.PRESENCE_INTERNAL; in computeScreenConfiguration()
1260 navigationPresence |= WindowManagerPolicy.PRESENCE_INTERNAL; in computeScreenConfiguration()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java2642 mHaveBuiltInKeyboard = (keyboardPresence & PRESENCE_INTERNAL) != 0; in adjustConfigurationLw()
2648 || (keyboardPresence == PRESENCE_INTERNAL in adjustConfigurationLw()
2657 || (navigationPresence == PRESENCE_INTERNAL in adjustConfigurationLw()