Searched refs:mShowImeWithHardKeyboard (Results 1 – 3 of 3) sorted by relevance
64 private boolean mShowImeWithHardKeyboard; field in InputMethodMenuController155 hardKeySwitch.setChecked(mShowImeWithHardKeyboard); in showInputMethodMenuLocked()209 mShowImeWithHardKeyboard = in updateKeyboardFromSettingsLocked()216 hardKeySwitch.setChecked(mShowImeWithHardKeyboard); in updateKeyboardFromSettingsLocked()253 return mShowImeWithHardKeyboard; in getShowImeWithHardKeyboard()
1612 private int mShowImeWithHardKeyboard = ShowImeWithHardKeyboardType.UNKNOWN; field in InputMethodService.SettingsObserver1649 if (mShowImeWithHardKeyboard == ShowImeWithHardKeyboardType.UNKNOWN) { in shouldShowImeWithHardKeyboard()1650 mShowImeWithHardKeyboard = Settings.Secure.getInt(mService.getContentResolver(), in shouldShowImeWithHardKeyboard()1654 switch (mShowImeWithHardKeyboard) { in shouldShowImeWithHardKeyboard()1660 Log.e(TAG, "Unexpected mShowImeWithHardKeyboard=" + mShowImeWithHardKeyboard); in shouldShowImeWithHardKeyboard()1670 mShowImeWithHardKeyboard = Settings.Secure.getInt(mService.getContentResolver(), in onChange()1683 return "SettingsObserver{mShowImeWithHardKeyboard=" + mShowImeWithHardKeyboard + "}"; in toString()
22529 Landroid/inputmethodservice/InputMethodService$SettingsObserver;->mShowImeWithHardKeyboard:I