Searched defs:mShowImeWithHardKeyboard (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java431 private boolean mShowImeWithHardKeyboard; field in class:InputMethodManagerService
1924 mShowImeWithHardKeyboard = mSettings.isShowImeWithHardKeyboardEnabled();
1930 hardKeySwitch.setChecked(mShowImeWithHardKeyboard);
3085 hardKeySwitch.setChecked(mShowImeWithHardKeyboard);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java560 boolean mShowImeWithHardKeyboard; field in class:WindowManagerService
7441 if (mShowImeWithHardKeyboard) {
7463 if (mShowImeWithHardKeyboard != showImeWithHardKeyboard) {
7464 mShowImeWithHardKeyboard = showImeWithHardKeyboard;

Completed in 100 milliseconds