Home
last modified time | relevance | path

Searched refs:mShowImeWithHardKeyboard (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DInputMethodManagerService.java400 private boolean mShowImeWithHardKeyboard; field in InputMethodManagerService
1741 mShowImeWithHardKeyboard = mSettings.isShowImeWithHardKeyboardEnabled(); in updateKeyboardFromSettingsLocked()
1747 hardKeySwitch.setChecked(mShowImeWithHardKeyboard); in updateKeyboardFromSettingsLocked()
2870 hardKeySwitch.setChecked(mShowImeWithHardKeyboard); in showInputMethodMenuInternal()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java559 boolean mShowImeWithHardKeyboard; field in WindowManagerService
7314 if (mShowImeWithHardKeyboard) { in computeScreenConfigurationLocked()
7339 if (mShowImeWithHardKeyboard != showImeWithHardKeyboard) { in updateShowImeWithHardKeyboard()
7340 mShowImeWithHardKeyboard = showImeWithHardKeyboard; in updateShowImeWithHardKeyboard()