Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DRemoteInlineSuggestionViewConnector.java111 final InputMethodManagerInternal inputMethodManagerInternal = in onTransferTouchFocusToImeWindow() local
113 if (!inputMethodManagerInternal.transferTouchFocusToImeWindow(sourceInputToken, in onTransferTouchFocusToImeWindow()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillInlineSessionController.java65 AutofillInlineSessionController(InputMethodManagerInternal inputMethodManagerInternal, in AutofillInlineSessionController() argument
68 mInputMethodManagerInternal = inputMethodManagerInternal; in AutofillInlineSessionController()
DAutofillInlineSuggestionsRequestSession.java110 @NonNull InputMethodManagerInternal inputMethodManagerInternal, int userId, in AutofillInlineSuggestionsRequestSession()
115 mInputMethodManagerInternal = inputMethodManagerInternal; in AutofillInlineSuggestionsRequestSession()
DSession.java1042 @NonNull InputMethodManagerInternal inputMethodManagerInternal) {
1076 mInlineSessionController = new AutofillInlineSessionController(inputMethodManagerInternal,
/frameworks/base/services/core/java/com/android/server/wm/
DInputMonitor.java418 final InputMethodManagerInternal inputMethodManagerInternal = in updateInputFocusRequest() local
420 if (inputMethodManagerInternal != null) { in updateInputFocusRequest()
421 inputMethodManagerInternal.hideCurrentInputMethod( in updateInputFocusRequest()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityServiceConnection.java335 final InputMethodManagerInternal inputMethodManagerInternal = in setInputMethodEnabled() local
347 if (inputMethodManagerInternal.setInputMethodEnabled(imeId, in setInputMethodEnabled()