Searched refs:mSwitchingDialog (Results 1 – 1 of 1) sorted by relevance
59 private AlertDialog mSwitchingDialog; field in InputMethodMenuController190 mSwitchingDialog = mDialogBuilder.create(); in showInputMethodMenuLocked()191 mSwitchingDialog.setCanceledOnTouchOutside(true); in showInputMethodMenuLocked()192 final Window w = mSwitchingDialog.getWindow(); in showInputMethodMenuLocked()205 mSwitchingDialog.show(); in showInputMethodMenuLocked()212 if (mSwitchingDialog != null && mSwitchingDialogTitleView != null in updateKeyboardFromSettingsLocked()213 && mSwitchingDialog.isShowing()) { in updateKeyboardFromSettingsLocked()236 if (mSwitchingDialog != null) { in hideInputMethodMenuLocked()237 mSwitchingDialog.dismiss(); in hideInputMethodMenuLocked()238 mSwitchingDialog = null; in hideInputMethodMenuLocked()[all …]