Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java576 public void adjustConfigurationLw(Configuration config, int keyboardPresence, in adjustConfigurationLw() argument
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java2019 public void adjustConfigurationLw(Configuration config, int keyboardPresence, in adjustConfigurationLw() argument
2021 mHaveBuiltInKeyboard = (keyboardPresence & PRESENCE_INTERNAL) != 0; in adjustConfigurationLw()
2028 || (keyboardPresence == PRESENCE_INTERNAL in adjustConfigurationLw()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java7392 int keyboardPresence = 0; in computeScreenConfigurationLocked() local
7424 keyboardPresence |= presenceFlag; in computeScreenConfigurationLocked()
7449 mPolicy.adjustConfigurationLw(config, keyboardPresence, navigationPresence); in computeScreenConfigurationLocked()