Searched refs:renderSuggestion (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
H A D | RemoteInlineSuggestionViewConnector.java | 78 public boolean renderSuggestion( in renderSuggestion() method in RemoteInlineSuggestionViewConnector 86 mRemoteRenderService.renderSuggestion(callback, mInlinePresentation, width, height, in renderSuggestion()
|
H A D | RemoteInlineSuggestionUi.java | 148 mRemoteInlineSuggestionViewConnector.renderSuggestion(mWidth, mHeight, in handleRequestSurfacePackage()
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | RemoteInlineSuggestionRenderService.java | 89 public void renderSuggestion(@NonNull IInlineSuggestionUiCallback callback, in renderSuggestion() method in RemoteInlineSuggestionRenderService 92 scheduleAsyncRequest((s) -> s.renderSuggestion(callback, presentation, width, height, in renderSuggestion()
|
/aosp14/frameworks/base/core/java/android/service/autofill/ |
H A D | IInlineSuggestionRenderService.aidl | 30 void renderSuggestion(in IInlineSuggestionUiCallback callback, in renderSuggestion() method
|
H A D | InlineSuggestionRenderService.java | 340 public void renderSuggestion(@NonNull IInlineSuggestionUiCallback callback, in onBind()
|