Searched refs:hardKeySwitch (Results 1 – 1 of 1) sorted by relevance
3056 final Switch hardKeySwitch = (Switch)mSwitchingDialogTitleView.findViewById( in updateKeyboardFromSettingsLocked() local3058 hardKeySwitch.setChecked(mShowImeWithHardKeyboard); in updateKeyboardFromSettingsLocked()4737 final Switch hardKeySwitch = (Switch) mSwitchingDialogTitleView.findViewById( in showInputMethodMenu() local4739 hardKeySwitch.setChecked(mShowImeWithHardKeyboard); in showInputMethodMenu()4740 hardKeySwitch.setOnCheckedChangeListener(new OnCheckedChangeListener() { in showInputMethodMenu()