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/
DInputMethodManagerService.java3056 final Switch hardKeySwitch = (Switch)mSwitchingDialogTitleView.findViewById( in updateKeyboardFromSettingsLocked() local
3058 hardKeySwitch.setChecked(mShowImeWithHardKeyboard); in updateKeyboardFromSettingsLocked()
4737 final Switch hardKeySwitch = (Switch) mSwitchingDialogTitleView.findViewById( in showInputMethodMenu() local
4739 hardKeySwitch.setChecked(mShowImeWithHardKeyboard); in showInputMethodMenu()
4740 hardKeySwitch.setOnCheckedChangeListener(new OnCheckedChangeListener() { in showInputMethodMenu()