Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DRemoteInlineSuggestionUi.java160 mInlineContentCallback.onContent(result, mActualWidth, in handleRequestSurfacePackage()
216 mInlineContentCallback.onContent(surfacePackage, mActualWidth, mActualHeight); in handleInlineSuggestionUiReady()
281 public void onContent(IInlineSuggestionUi content, in onContent() method in RemoteInlineSuggestionUi.InlineSuggestionUiCallbackImpl
/frameworks/base/core/java/com/android/internal/view/inline/
DIInlineContentCallback.aidl26 void onContent(in SurfaceControlViewHost.SurfacePackage content, int width, int height); in onContent() method
/frameworks/base/core/java/android/service/autofill/
DIInlineSuggestionUiCallback.aidl32 void onContent(in IInlineSuggestionUi content, in SurfaceControlViewHost.SurfacePackage surface, in onContent() method
DInlineSuggestionRenderService.java206 callback.onContent(new InlineSuggestionUiWrapper(uiImpl), in handleRenderSuggestion()
/frameworks/base/core/java/android/view/inputmethod/
DInlineSuggestion.java219 public void onContent(SurfaceControlViewHost.SurfacePackage content, int width, in onContent() method in InlineSuggestion.InlineContentCallbackWrapper
223 callbackImpl.onContent(content, width, height); in onContent()
318 public void onContent(SurfaceControlViewHost.SurfacePackage content, int width, in onContent() method in InlineSuggestion.InlineContentCallbackImpl