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

/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java543 * @param keyboardPresence Flags that indicate whether internal or external
548 public void adjustConfigurationLw(Configuration config, int keyboardPresence, argument
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java1374 public void adjustConfigurationLw(Configuration config, int keyboardPresence, argument
1376 mHaveBuiltInKeyboard = (keyboardPresence & PRESENCE_INTERNAL) != 0;
1383 || (keyboardPresence == PRESENCE_INTERNAL
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java6712 int keyboardPresence = 0;
6744 keyboardPresence |= presenceFlag;
6765 mPolicy.adjustConfigurationLw(config, keyboardPresence, navigationPresence);

Completed in 305 milliseconds