Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java681 private AlertDialog mSwitchingDialog; field in InputMethodManagerService
1368 if (mSwitchingDialog != null && mSwitchingDialogTitleView != null in handleHardKeyboardStatusChange()
1369 && mSwitchingDialog.isShowing()) { in handleHardKeyboardStatusChange()
2430 if (mSwitchingDialog != null) return false; in shouldShowImeSwitcherLocked()
2675 if (mSwitchingDialog != null in updateKeyboardFromSettingsLocked()
2677 && mSwitchingDialog.isShowing()) { in updateKeyboardFromSettingsLocked()
3224 if (mSwitchingDialog == null) { in isInputMethodPickerShownForTest()
3227 return mSwitchingDialog.isShowing(); in isInputMethodPickerShownForTest()
4215 mSwitchingDialog = mDialogBuilder.create(); in showInputMethodMenu()
4216 mSwitchingDialog.setCanceledOnTouchOutside(true); in showInputMethodMenu()
[all …]