Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodMenuController.java64 private boolean mShowImeWithHardKeyboard; field in InputMethodMenuController
155 hardKeySwitch.setChecked(mShowImeWithHardKeyboard); in showInputMethodMenuLocked()
209 mShowImeWithHardKeyboard = in updateKeyboardFromSettingsLocked()
216 hardKeySwitch.setChecked(mShowImeWithHardKeyboard); in updateKeyboardFromSettingsLocked()
253 return mShowImeWithHardKeyboard; in getShowImeWithHardKeyboard()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java1612 private int mShowImeWithHardKeyboard = ShowImeWithHardKeyboardType.UNKNOWN; field in InputMethodService.SettingsObserver
1649 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22529 Landroid/inputmethodservice/InputMethodService$SettingsObserver;->mShowImeWithHardKeyboard:I