Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/inputmethod/
DIInlineSuggestionsRequestCallback.aidl58 void onInputMethodStartInputView(); in onInputMethodStartInputView() method
DInlineSuggestionsRequestCallback.java62 void onInputMethodStartInputView(); in onInputMethodStartInputView() method
/frameworks/base/services/core/java/com/android/server/inputmethod/
DAutofillSuggestionsController.java227 public void onInputMethodStartInputView() { in onInputMethodStartInputView() method in AutofillSuggestionsController.InlineSuggestionsRequestCallbackDecorator
228 mCallback.onInputMethodStartInputView(); in onInputMethodStartInputView()
/frameworks/base/core/java/android/inputmethodservice/
DInlineSuggestionSessionController.java113 mSession.getRequestCallback().onInputMethodStartInputView(); in onMakeInlineSuggestionsRequest()
180 mSession.getRequestCallback().onInputMethodStartInputView(); in notifyOnStartInputView()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillInlineSuggestionsRequestSession.java435 public void onInputMethodStartInputView() { in onInputMethodStartInputView() method in AutofillInlineSuggestionsRequestSession.InlineSuggestionsRequestCallbackImpl