/packages/apps/Messaging/src/com/android/messaging/util/ |
D | ImeUtil.java | 64 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/ |
D | UiUtil.java | 36 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/ |
D | InputMethodUtil.java | 103 @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/ |
D | EnabledKeyboardPreferenceControllerTest.java | 171 InputMethodManager inputMethodManager = in refreshUi_verifyPreferenceSummary() local 175 InputMethodUtil.getSummaryString(mContext, inputMethodManager, infos.get(0))); in refreshUi_verifyPreferenceSummary() 248 PackageManager packageManager, ShadowInputMethodManager inputMethodManager, in createMockInputMethodInfoWithSubtypes() argument 253 inputMethodManager.setEnabledInputMethodSubtypeList(subtypes); in createMockInputMethodInfoWithSubtypes()
|
D | InputMethodUtilTest.java | 326 PackageManager packageManager, InputMethodManager inputMethodManager, in createMockInputMethodInfoWithSubtypes() argument 330 when(inputMethodManager.getEnabledInputMethodSubtypeList( in createMockInputMethodInfoWithSubtypes()
|
D | KeyboardManagementPreferenceControllerTest.java | 244 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/Car/RotaryController/tests/unit/src/com/android/car/rotary/ui/ |
D | FocusParkingView.java | 100 InputMethodManager inputMethodManager = in performAccessibilityAction() local 102 return inputMethodManager.hideSoftInputFromWindow(getWindowToken(), in performAccessibilityAction()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/inputmethod/ |
D | InputMethodHelper.java | 45 InputMethodManager inputMethodManager = in getEnabledSystemInputMethodList() local 48 new ArrayList<>(inputMethodManager.getEnabledInputMethodList()); in getEnabledSystemInputMethodList()
|
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/ |
D | FocusParkingView.java | 222 InputMethodManager inputMethodManager = in performAccessibilityAction() local 224 return inputMethodManager.hideSoftInputFromWindow(getWindowToken(), in performAccessibilityAction()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | RichInputMethodManager.java | 511 final InputMethodManager inputMethodManager = getInputMethodManager(); in isSystemLocaleSameAsLocaleOfAllEnabledSubtypesOfEnabledImes() local 513 inputMethodManager.getEnabledInputMethodList(); in isSystemLocaleSameAsLocaleOfAllEnabledSubtypesOfEnabledImes() 516 inputMethodManager.getEnabledInputMethodSubtypeList( in isSystemLocaleSameAsLocaleOfAllEnabledSubtypesOfEnabledImes()
|
/packages/apps/Car/Settings/src/com/android/car/settings/security/ |
D | ConfirmLockPinPasswordFragment.java | 295 InputMethodManager inputMethodManager = in hideKeyboard() local 298 inputMethodManager in hideKeyboard()
|
/packages/services/Telecomm/src/com/android/server/telecom/settings/ |
D | BlockedNumbersActivity.java | 274 InputMethodManager inputMethodManager = in showAddBlockedNumberDialog() 276 inputMethodManager.showSoftInput(editText, in showAddBlockedNumberDialog()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/ |
D | WifiConfigControllerTest.java | 544 final InputMethodManager inputMethodManager = mContext in checkImeStatus_whenAdvancedToggled_shouldBeHide() local 546 final ShadowInputMethodManager shadowImm = Shadows.shadowOf(inputMethodManager); in checkImeStatus_whenAdvancedToggled_shouldBeHide() 549 inputMethodManager.showSoftInput(null /* view */, 0 /* flags */); in checkImeStatus_whenAdvancedToggled_shouldBeHide()
|
D | WifiConfigController2Test.java | 567 final InputMethodManager inputMethodManager = mContext in checkImeStatus_whenAdvancedToggled_shouldBeHide() local 569 final ShadowInputMethodManager shadowImm = Shadows.shadowOf(inputMethodManager); in checkImeStatus_whenAdvancedToggled_shouldBeHide() 572 inputMethodManager.showSoftInput(null /* view */, 0 /* flags */); in checkImeStatus_whenAdvancedToggled_shouldBeHide()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/ |
D | SelectFromListWizardFragment.java | 603 InputMethodManager inputMethodManager = (InputMethodManager) getActivity() 605 inputMethodManager.hideSoftInputFromWindow(
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | ContactEditorFragment.java | 460 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/ |
D | ContactEntryListFragment.java | 887 InputMethodManager inputMethodManager = (InputMethodManager) 889 inputMethodManager.hideSoftInputFromWindow(mListView.getWindowToken(), 0);
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiConfigController2.java | 1810 final InputMethodManager inputMethodManager = mContext.getSystemService( in hideSoftKeyboard() local 1812 inputMethodManager.hideSoftInputFromWindow(windowToken, 0 /* flags */); in hideSoftKeyboard()
|
D | WifiConfigController.java | 1822 final InputMethodManager inputMethodManager = mContext.getSystemService( in hideSoftKeyboard() local 1824 inputMethodManager.hideSoftInputFromWindow(windowToken, 0 /* flags */); in hideSoftKeyboard()
|