Searched refs:keyboardPresence (Results 1 – 4 of 4) sorted by relevance
66 public void adjustConfigurationLw(Configuration config, int keyboardPresence, in adjustConfigurationLw() argument
455 public void adjustConfigurationLw(Configuration config, int keyboardPresence, in adjustConfigurationLw() argument
2847 public void adjustConfigurationLw(Configuration config, int keyboardPresence,2849 mHaveBuiltInKeyboard = (keyboardPresence & PRESENCE_INTERNAL) != 0;2855 || (keyboardPresence == PRESENCE_INTERNAL
2459 int keyboardPresence = 0; in computeScreenConfiguration() local2498 keyboardPresence |= presenceFlag; in computeScreenConfiguration()2522 mWmService.mPolicy.adjustConfigurationLw(config, keyboardPresence, navigationPresence); in computeScreenConfiguration()