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

/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java534 * @param keyboardPresence Flags that indicate whether internal or external
539 public void adjustConfigurationLw(Configuration config, int keyboardPresence, argument
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java1309 public void adjustConfigurationLw(Configuration config, int keyboardPresence, argument
1311 mHaveBuiltInKeyboard = (keyboardPresence & PRESENCE_INTERNAL) != 0;
1317 || (keyboardPresence == PRESENCE_INTERNAL
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java6925 int keyboardPresence = 0;
6957 keyboardPresence |= presenceFlag;
6978 mPolicy.adjustConfigurationLw(config, keyboardPresence, navigationPresence);

Completed in 101 milliseconds