Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodMenuController.java61 private AlertDialog mSwitchingDialog; field in InputMethodMenuController
189 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 …]