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.java95 public final static int PRESENCE_INTERNAL = 1 << 0; field
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindowManager.java1376 mHaveBuiltInKeyboard = (keyboardPresence & PRESENCE_INTERNAL) != 0; in adjustConfigurationLw()
1383 || (keyboardPresence == PRESENCE_INTERNAL in adjustConfigurationLw()
1392 || (navigationPresence == PRESENCE_INTERNAL in adjustConfigurationLw()
/frameworks/base/services/java/com/android/server/wm/
DWindowManagerService.java6722 WindowManagerPolicy.PRESENCE_INTERNAL; in computeScreenConfigurationLocked()