Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodMenuController.java66 private boolean mShowImeWithHardKeyboard; field in InputMethodMenuController
158 hardKeySwitch.setChecked(mShowImeWithHardKeyboard); in showInputMethodMenu()
214 mShowImeWithHardKeyboard = mSettings.isShowImeWithHardKeyboardEnabled(); in updateKeyboardFromSettingsLocked()
219 hardKeySwitch.setChecked(mShowImeWithHardKeyboard); in updateKeyboardFromSettingsLocked()
256 return mShowImeWithHardKeyboard; in getShowImeWithHardKeyboard()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java1487 private int mShowImeWithHardKeyboard = ShowImeWithHardKeyboardType.UNKNOWN; field in InputMethodService.SettingsObserver
1524 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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt22529 Landroid/inputmethodservice/InputMethodService$SettingsObserver;->mShowImeWithHardKeyboard:I