Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DImeUtil.java64 final InputMethodManager inputMethodManager = in hideImeKeyboard() local
66 if (inputMethodManager != null) { in hideImeKeyboard()
67 inputMethodManager.hideSoftInputFromWindow(v.getWindowToken(), 0 /* flags */); in hideImeKeyboard()
75 final InputMethodManager inputMethodManager = in showImeKeyboard() local
77 if (inputMethodManager != null) { in showImeKeyboard()
79 inputMethodManager.showSoftInput(v, 0 /* flags */); in showImeKeyboard()
84 final InputMethodManager inputMethodManager = in hideSoftInput() local
86 inputMethodManager.hideSoftInputFromWindow(v.getWindowToken(), 0); in hideSoftInput()
/packages/apps/Dialer/java/com/android/dialer/common/
DUiUtil.java36 InputMethodManager inputMethodManager = in showKeyboardFrom() local
38 inputMethodManager.showSoftInput(view, 0); in showKeyboardFrom()
43 InputMethodManager inputMethodManager = in forceOpenKeyboardFrom() local
45 inputMethodManager.toggleSoftInputFromWindow( in forceOpenKeyboardFrom()
/packages/apps/Car/Settings/src/com/android/car/settings/inputmethod/
DInputMethodUtil.java103 @NonNull InputMethodManager inputMethodManager, in getSummaryString() argument
106 inputMethodManager.getEnabledInputMethodSubtypeList( in getSummaryString()
154 public static void disableInputMethod(Context context, InputMethodManager inputMethodManager, in disableInputMethod() argument
156 List<InputMethodInfo> enabledInputMethodInfos = inputMethodManager in disableInputMethod()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/inputmethod/
DEnabledKeyboardPreferenceControllerTest.java171 InputMethodManager inputMethodManager = in refreshUi_verifyPreferenceSummary() local
175 InputMethodUtil.getSummaryString(mContext, inputMethodManager, infos.get(0))); in refreshUi_verifyPreferenceSummary()
226 PackageManager packageManager, ShadowInputMethodManager inputMethodManager, in createMockInputMethodInfoWithSubtypes() argument
230 inputMethodManager.setEnabledInputMethodSubtypeList(subtypes); in createMockInputMethodInfoWithSubtypes()
DInputMethodUtilTest.java326 PackageManager packageManager, InputMethodManager inputMethodManager, in createMockInputMethodInfoWithSubtypes() argument
330 when(inputMethodManager.getEnabledInputMethodSubtypeList( in createMockInputMethodInfoWithSubtypes()
DKeyboardManagementPreferenceControllerTest.java244 InputMethodManager inputMethodManager = in refreshUi_verifyPreferenceSummary() local
248 InputMethodUtil.getSummaryString(mContext, inputMethodManager, infos.get(0))); in refreshUi_verifyPreferenceSummary()
1013 ShadowInputMethodManager inputMethodManager, String packageName, String id, in createMockInputMethodInfo() argument
1026 inputMethodManager.setEnabledInputMethodSubtypeList(subtypes); in createMockInputMethodInfo()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/inputmethod/
DInputMethodHelper.java45 InputMethodManager inputMethodManager = in getEnabledSystemInputMethodList() local
48 new ArrayList<>(inputMethodManager.getEnabledInputMethodList()); in getEnabledSystemInputMethodList()
/packages/apps/Car/Settings/src/com/android/car/settings/security/
DConfirmLockPinPasswordFragment.java247 InputMethodManager inputMethodManager = in hideKeyboard() local
250 inputMethodManager in hideKeyboard()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java511 final InputMethodManager inputMethodManager = getInputMethodManager(); in isSystemLocaleSameAsLocaleOfAllEnabledSubtypesOfEnabledImes() local
513 inputMethodManager.getEnabledInputMethodList(); in isSystemLocaleSameAsLocaleOfAllEnabledSubtypesOfEnabledImes()
516 inputMethodManager.getEnabledInputMethodSubtypeList( in isSystemLocaleSameAsLocaleOfAllEnabledSubtypesOfEnabledImes()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DWifiConfigControllerTest.java506 final InputMethodManager inputMethodManager = mContext in checkImeStatus_whenAdvancedToggled_shouldBeHide() local
508 final ShadowInputMethodManager shadowImm = Shadows.shadowOf(inputMethodManager); in checkImeStatus_whenAdvancedToggled_shouldBeHide()
511 inputMethodManager.showSoftInput(null /* view */, 0 /* flags */); in checkImeStatus_whenAdvancedToggled_shouldBeHide()
DWifiConfigController2Test.java514 final InputMethodManager inputMethodManager = mContext in checkImeStatus_whenAdvancedToggled_shouldBeHide() local
516 final ShadowInputMethodManager shadowImm = Shadows.shadowOf(inputMethodManager); in checkImeStatus_whenAdvancedToggled_shouldBeHide()
519 inputMethodManager.showSoftInput(null /* view */, 0 /* flags */); in checkImeStatus_whenAdvancedToggled_shouldBeHide()
/packages/services/Telecomm/src/com/android/server/telecom/settings/
DBlockedNumbersActivity.java274 InputMethodManager inputMethodManager = in showAddBlockedNumberDialog()
276 inputMethodManager.showSoftInput(editText, in showAddBlockedNumberDialog()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
DSelectFromListWizardFragment.java603 InputMethodManager inputMethodManager = (InputMethodManager) getActivity()
605 inputMethodManager.hideSoftInputFromWindow(
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java460 private InputMethodManager inputMethodManager; field in ContactEditorFragment
486 inputMethodManager = in onCreate()
663 outState.putBoolean(KEY_RESTORE_SOFT_INPUT, inputMethodManager.isActive(focusedView)); in onSaveInstanceState()
1830 boolean didShow = inputMethodManager in maybeRestoreFocus()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactEntryListFragment.java887 InputMethodManager inputMethodManager = (InputMethodManager)
889 inputMethodManager.hideSoftInputFromWindow(mListView.getWindowToken(), 0);
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController2.java1749 final InputMethodManager inputMethodManager = mContext.getSystemService( in hideSoftKeyboard() local
1751 inputMethodManager.hideSoftInputFromWindow(windowToken, 0 /* flags */); in hideSoftKeyboard()
DWifiConfigController.java1766 final InputMethodManager inputMethodManager = mContext.getSystemService( in hideSoftKeyboard() local
1768 inputMethodManager.hideSoftInputFromWindow(windowToken, 0 /* flags */); in hideSoftKeyboard()