| /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/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
| D | QueryTextView.kt | 63 private val inputMethodManager: InputMethodManager? constant in com.android.quicksearchbox.ui.QueryTextView 67 val imm: InputMethodManager? = inputMethodManager in showInputMethod() 74 val imm: InputMethodManager? = inputMethodManager in hideInputMethod()
|
| /packages/apps/Car/Settings/src/com/android/car/settings/inputmethod/ |
| D | InputMethodUtil.java | 111 @NonNull InputMethodManager inputMethodManager, in getSummaryString() argument 114 inputMethodManager.getEnabledInputMethodSubtypeList( in getSummaryString() 162 public static void disableInputMethod(Context context, InputMethodManager inputMethodManager, in disableInputMethod() argument 164 List<InputMethodInfo> enabledInputMethodInfos = inputMethodManager in disableInputMethod()
|
| /packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/ |
| D | InputMethodManagerCompat.java | 24 public InputMethodManagerCompat(InputMethodManager inputMethodManager) { in InputMethodManagerCompat() argument 25 mInputMethodManager = inputMethodManager; in InputMethodManagerCompat()
|
| /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/Car/SystemUI/src/com/android/systemui/wm/ |
| D | DisplaySystemBarsInsetsControllerHost.java | 51 InputMethodManager inputMethodManager) { in DisplaySystemBarsInsetsControllerHost() argument 54 mInputMethodManager = inputMethodManager; in DisplaySystemBarsInsetsControllerHost()
|
| D | DisplaySystemBarsController.java | 116 InputMethodManager inputMethodManager = in PerDisplay() local 122 }, inputMethodManager) in PerDisplay()
|
| /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/TvSettings/SettingsAPI/java/com/android/tv/settings/library/settingslib/ |
| D | InputMethodHelper.java | 45 InputMethodManager inputMethodManager = in getEnabledSystemInputMethodList() local 48 new ArrayList<>(inputMethodManager.getEnabledInputMethodList()); in getEnabledSystemInputMethodList()
|
| /packages/apps/Car/Settings/src/com/android/car/settings/security/ |
| D | ConfirmLockPinPasswordFragment.java | 295 InputMethodManager inputMethodManager = in hideKeyboard() local 298 inputMethodManager in hideKeyboard()
|
| /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/Settings/tests/robotests/src/com/android/settings/password/ |
| D | SetupChooseLockPasswordTest.java | 172 final InputMethodManager inputMethodManager = activity in createActivity_skipButtonInIntroductionStage_shouldBeVisible() local 174 final ShadowInputMethodManager shadowImm = Shadows.shadowOf(inputMethodManager); in createActivity_skipButtonInIntroductionStage_shouldBeVisible()
|
| /packages/services/Telecomm/src/com/android/server/telecom/settings/ |
| D | BlockedNumbersActivity.java | 277 InputMethodManager inputMethodManager = in showAddBlockedNumberDialog() 279 inputMethodManager.showSoftInput(editText, in showAddBlockedNumberDialog()
|
| /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/ |
| D | WifiConfigControllerTest.java | 515 final InputMethodManager inputMethodManager = mContext in checkImeStatus_whenAdvancedToggled_shouldBeHide() local 517 final ShadowInputMethodManager shadowImm = Shadows.shadowOf(inputMethodManager); in checkImeStatus_whenAdvancedToggled_shouldBeHide() 520 inputMethodManager.showSoftInput(null /* view */, 0 /* flags */); in checkImeStatus_whenAdvancedToggled_shouldBeHide()
|
| D | WifiConfigController2Test.java | 573 final InputMethodManager inputMethodManager = mContext in checkImeStatus_whenAdvancedToggled_shouldBeHide() local 575 final ShadowInputMethodManager shadowImm = Shadows.shadowOf(inputMethodManager); in checkImeStatus_whenAdvancedToggled_shouldBeHide() 578 inputMethodManager.showSoftInput(null /* view */, 0 /* flags */); in checkImeStatus_whenAdvancedToggled_shouldBeHide()
|
| /packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/inputmethod/ |
| D | InputMethodUtilTest.java | 340 PackageManager packageManager, InputMethodManager inputMethodManager, in createMockInputMethodInfoWithSubtypes() argument 344 when(inputMethodManager.getEnabledInputMethodSubtypeList( in createMockInputMethodInfoWithSubtypes()
|
| /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 | WifiConfigController.java | 1834 final InputMethodManager inputMethodManager = mContext.getSystemService( in hideSoftKeyboard() local 1836 inputMethodManager.hideSoftInputFromWindow(windowToken, 0 /* flags */); in hideSoftKeyboard()
|
| D | WifiConfigController2.java | 1939 final InputMethodManager inputMethodManager = mContext.getSystemService( 1941 inputMethodManager.hideSoftInputFromWindow(windowToken, 0 /* flags */);
|