Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DRemoteInlineSuggestionViewConnector.java116 final InputMethodManagerInternal inputMethodManagerInternal = in onTransferTouchFocusToImeWindow() local
118 if (!inputMethodManagerInternal.transferTouchFocusToImeWindow(sourceInputToken, in onTransferTouchFocusToImeWindow()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillInlineSessionController.java65 AutofillInlineSessionController(InputMethodManagerInternal inputMethodManagerInternal, in AutofillInlineSessionController() argument
68 mInputMethodManagerInternal = inputMethodManagerInternal; in AutofillInlineSessionController()
H A DAutofillInlineSuggestionsRequestSession.java112 @NonNull InputMethodManagerInternal inputMethodManagerInternal, int userId, in AutofillInlineSuggestionsRequestSession()
117 mInputMethodManagerInternal = inputMethodManagerInternal; in AutofillInlineSuggestionsRequestSession()
H A DSession.java1361 @NonNull InputMethodManagerInternal inputMethodManagerInternal) { in Session() argument
1406 mInlineSessionController = new AutofillInlineSessionController(inputMethodManagerInternal, in Session()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInputMonitor.java431 final InputMethodManagerInternal inputMethodManagerInternal = in updateInputFocusRequest() local
433 if (inputMethodManagerInternal != null) { in updateInputFocusRequest()
434 inputMethodManagerInternal.hideCurrentInputMethod( in updateInputFocusRequest()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityServiceConnection.java335 final InputMethodManagerInternal inputMethodManagerInternal = in setInputMethodEnabled() local
347 if (inputMethodManagerInternal.setInputMethodEnabled(imeId, in setInputMethodEnabled()
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DKeyboardLayoutManager.java1335 InputMethodManagerInternal inputMethodManagerInternal = InputMethodManagerInternal.get(); in getImeInfoListForLayoutMapping() local
1339 inputMethodManagerInternal.getEnabledInputMethodListAsUser( in getImeInfoListForLayoutMapping()