Searched refs:keyboardPresence (Results 1 – 3 of 3) sorted by relevance
576 public void adjustConfigurationLw(Configuration config, int keyboardPresence, in adjustConfigurationLw() argument
2019 public void adjustConfigurationLw(Configuration config, int keyboardPresence, in adjustConfigurationLw() argument2021 mHaveBuiltInKeyboard = (keyboardPresence & PRESENCE_INTERNAL) != 0; in adjustConfigurationLw()2028 || (keyboardPresence == PRESENCE_INTERNAL in adjustConfigurationLw()
7392 int keyboardPresence = 0; in computeScreenConfigurationLocked() local7424 keyboardPresence |= presenceFlag; in computeScreenConfigurationLocked()7449 mPolicy.adjustConfigurationLw(config, keyboardPresence, navigationPresence); in computeScreenConfigurationLocked()