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.java721 private AlertDialog mSwitchingDialog; field in InputMethodManagerService
1535 if (mSwitchingDialog != null && mSwitchingDialogTitleView != null in handleHardKeyboardStatusChange()
1536 && mSwitchingDialog.isShowing()) { in handleHardKeyboardStatusChange()
2807 if (mSwitchingDialog != null) return false; in shouldShowImeSwitcherLocked()
3053 if (mSwitchingDialog != null in updateKeyboardFromSettingsLocked()
3055 && mSwitchingDialog.isShowing()) { in updateKeyboardFromSettingsLocked()
3662 if (mSwitchingDialog == null) { in isInputMethodPickerShownForTest()
3665 return mSwitchingDialog.isShowing(); in isInputMethodPickerShownForTest()
4776 mSwitchingDialog = mDialogBuilder.create(); in showInputMethodMenu()
4777 mSwitchingDialog.setCanceledOnTouchOutside(true); in showInputMethodMenu()
[all …]