Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTestWindowManagerPolicy.java66 public void adjustConfigurationLw(Configuration config, int keyboardPresence, in adjustConfigurationLw() argument
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java455 public void adjustConfigurationLw(Configuration config, int keyboardPresence, in adjustConfigurationLw() argument
H A DPhoneWindowManager.java2847 public void adjustConfigurationLw(Configuration config, int keyboardPresence,
2849 mHaveBuiltInKeyboard = (keyboardPresence & PRESENCE_INTERNAL) != 0;
2855 || (keyboardPresence == PRESENCE_INTERNAL
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java2459 int keyboardPresence = 0; in computeScreenConfiguration() local
2498 keyboardPresence |= presenceFlag; in computeScreenConfiguration()
2522 mWmService.mPolicy.adjustConfigurationLw(config, keyboardPresence, navigationPresence); in computeScreenConfiguration()