Home
last modified time | relevance | path

Searched refs:getRequestCallback (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
DInlineSuggestionSessionController.java113 mSession.getRequestCallback().onInputMethodStartInputView(); in onMakeInlineSuggestionsRequest()
144 mSession.getRequestCallback().onInputMethodStartInput(mImeClientFieldId); in notifyOnStartInput()
162 mSession.getRequestCallback().onInputMethodShowInputRequested(requestResult); in notifyOnShowInputRequested()
180 mSession.getRequestCallback().onInputMethodStartInputView(); in notifyOnStartInputView()
198 mSession.getRequestCallback().onInputMethodFinishInputView(); in notifyOnFinishInputView()
218 mSession.getRequestCallback().onInputMethodFinishInput(); in notifyOnFinishInput()
DInlineSuggestionSession.java116 IInlineSuggestionsRequestCallback getRequestCallback() { in getRequestCallback() method in InlineSuggestionSession