Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodMenuController.java153 final Switch hardKeySwitch = mSwitchingDialogTitleView.findViewById( in showInputMethodMenuLocked() local
155 hardKeySwitch.setChecked(mShowImeWithHardKeyboard); in showInputMethodMenuLocked()
156 hardKeySwitch.setOnCheckedChangeListener((buttonView, isChecked) -> { in showInputMethodMenuLocked()
214 final Switch hardKeySwitch = mSwitchingDialogTitleView.findViewById( in updateKeyboardFromSettingsLocked() local
216 hardKeySwitch.setChecked(mShowImeWithHardKeyboard); in updateKeyboardFromSettingsLocked()