Searched refs:mSwitchingDialog (Results 1 – 1 of 1) sorted by relevance
61 private AlertDialog mSwitchingDialog; field in InputMethodMenuController189 mSwitchingDialog = mDialogBuilder.create(); in showInputMethodMenu()204 mSwitchingDialog.show(); in showInputMethodMenu()216 && mSwitchingDialog.isShowing()) { in updateKeyboardFromSettingsLocked()239 if (mSwitchingDialog != null) { in hideInputMethodMenuLocked()240 mSwitchingDialog.dismiss(); in hideInputMethodMenuLocked()241 mSwitchingDialog = null; in hideInputMethodMenuLocked()252 return mSwitchingDialog; in getSwitchingDialogLocked()260 if (mSwitchingDialog == null) { in isisInputMethodPickerShownForTestLocked()263 return mSwitchingDialog.isShowing(); in isisInputMethodPickerShownForTestLocked()[all …]