Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java872 private int mShowImeWithHardKeyboard = ShowImeWithHardKeyboardType.UNKNOWN; field in InputMethodService.SettingsObserver
909 if (mShowImeWithHardKeyboard == ShowImeWithHardKeyboardType.UNKNOWN) { in shouldShowImeWithHardKeyboard()
910 mShowImeWithHardKeyboard = Settings.Secure.getInt(mService.getContentResolver(), in shouldShowImeWithHardKeyboard()
914 switch (mShowImeWithHardKeyboard) { in shouldShowImeWithHardKeyboard()
920 Log.e(TAG, "Unexpected mShowImeWithHardKeyboard=" + mShowImeWithHardKeyboard); in shouldShowImeWithHardKeyboard()
930 mShowImeWithHardKeyboard = Settings.Secure.getInt(mService.getContentResolver(), in onChange()
943 return "SettingsObserver{mShowImeWithHardKeyboard=" + mShowImeWithHardKeyboard + "}"; in toString()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java687 private boolean mShowImeWithHardKeyboard; field in InputMethodManagerService
2674 mShowImeWithHardKeyboard = mSettings.isShowImeWithHardKeyboardEnabled(); in updateKeyboardFromSettingsLocked()
2680 hardKeySwitch.setChecked(mShowImeWithHardKeyboard); in updateKeyboardFromSettingsLocked()
4178 hardKeySwitch.setChecked(mShowImeWithHardKeyboard); in showInputMethodMenu()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt32658 Landroid/inputmethodservice/InputMethodService$SettingsObserver;->mShowImeWithHardKeyboard:I