Searched refs:mShowImeWithHardKeyboard (Results 1 – 2 of 2) sorted by relevance
1066 private int mShowImeWithHardKeyboard = ShowImeWithHardKeyboardType.UNKNOWN; field in InputMethodService.SettingsObserver1103 if (mShowImeWithHardKeyboard == ShowImeWithHardKeyboardType.UNKNOWN) { in shouldShowImeWithHardKeyboard()1104 mShowImeWithHardKeyboard = Settings.Secure.getInt(mService.getContentResolver(), in shouldShowImeWithHardKeyboard()1108 switch (mShowImeWithHardKeyboard) { in shouldShowImeWithHardKeyboard()1114 Log.e(TAG, "Unexpected mShowImeWithHardKeyboard=" + mShowImeWithHardKeyboard); in shouldShowImeWithHardKeyboard()1124 mShowImeWithHardKeyboard = Settings.Secure.getInt(mService.getContentResolver(), in onChange()1137 return "SettingsObserver{mShowImeWithHardKeyboard=" + mShowImeWithHardKeyboard + "}"; in toString()
727 private boolean mShowImeWithHardKeyboard; field in InputMethodManagerService3052 mShowImeWithHardKeyboard = mSettings.isShowImeWithHardKeyboardEnabled(); in updateKeyboardFromSettingsLocked()3058 hardKeySwitch.setChecked(mShowImeWithHardKeyboard); in updateKeyboardFromSettingsLocked()4739 hardKeySwitch.setChecked(mShowImeWithHardKeyboard); in showInputMethodMenu()