Home
last modified time | relevance | path

Searched refs:onInputMethodStartInputView (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DIInlineSuggestionsRequestCallback.aidl58 void onInputMethodStartInputView(); in onInputMethodStartInputView() method
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DAutofillSuggestionsController.java217 public void onInputMethodStartInputView() throws RemoteException { in onInputMethodStartInputView() method in AutofillSuggestionsController.InlineSuggestionsRequestCallbackDecorator
218 mCallback.onInputMethodStartInputView(); in onInputMethodStartInputView()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInlineSuggestionSessionController.java113 mSession.getRequestCallback().onInputMethodStartInputView(); in onMakeInlineSuggestionsRequest()
180 mSession.getRequestCallback().onInputMethodStartInputView(); in notifyOnStartInputView()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillInlineSuggestionsRequestSession.java434 public void onInputMethodStartInputView() { in onInputMethodStartInputView() method in AutofillInlineSuggestionsRequestSession.InlineSuggestionsRequestCallbackImpl