Searched refs:mShowImeWithHardKeyboard (Results 1 – 3 of 3) sorted by relevance
66 private boolean mShowImeWithHardKeyboard; field in InputMethodMenuController158 hardKeySwitch.setChecked(mShowImeWithHardKeyboard); in showInputMethodMenu()214 mShowImeWithHardKeyboard = mSettings.isShowImeWithHardKeyboardEnabled(); in updateKeyboardFromSettingsLocked()219 hardKeySwitch.setChecked(mShowImeWithHardKeyboard); in updateKeyboardFromSettingsLocked()256 return mShowImeWithHardKeyboard; in getShowImeWithHardKeyboard()
1487 private int mShowImeWithHardKeyboard = ShowImeWithHardKeyboardType.UNKNOWN; field in InputMethodService.SettingsObserver1524 if (mShowImeWithHardKeyboard == ShowImeWithHardKeyboardType.UNKNOWN) { in shouldShowImeWithHardKeyboard()1525 mShowImeWithHardKeyboard = Settings.Secure.getInt(mService.getContentResolver(), in shouldShowImeWithHardKeyboard()1529 switch (mShowImeWithHardKeyboard) { in shouldShowImeWithHardKeyboard()1535 Log.e(TAG, "Unexpected mShowImeWithHardKeyboard=" + mShowImeWithHardKeyboard); in shouldShowImeWithHardKeyboard()1545 mShowImeWithHardKeyboard = Settings.Secure.getInt(mService.getContentResolver(), in onChange()1558 return "SettingsObserver{mShowImeWithHardKeyboard=" + mShowImeWithHardKeyboard + "}"; in toString()
22529 Landroid/inputmethodservice/InputMethodService$SettingsObserver;->mShowImeWithHardKeyboard:I