Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodMenuController.java156 final Switch hardKeySwitch = mSwitchingDialogTitleView.findViewById( in showInputMethodMenu() local
158 hardKeySwitch.setChecked(mShowImeWithHardKeyboard); in showInputMethodMenu()
159 hardKeySwitch.setOnCheckedChangeListener((buttonView, isChecked) -> { in showInputMethodMenu()
217 final Switch hardKeySwitch = mSwitchingDialogTitleView.findViewById( in updateKeyboardFromSettingsLocked() local
219 hardKeySwitch.setChecked(mShowImeWithHardKeyboard); in updateKeyboardFromSettingsLocked()