Searched refs:renderSuggestion (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
D | RemoteInlineSuggestionViewConnector.java | 81 public boolean renderSuggestion(int width, int height, in renderSuggestion() method in RemoteInlineSuggestionViewConnector 85 mRemoteRenderService.renderSuggestion(callback, mInlinePresentation, width, height, in renderSuggestion()
|
D | RemoteInlineSuggestionUi.java | 148 mRemoteInlineSuggestionViewConnector.renderSuggestion(mWidth, mHeight, in handleRequestSurfacePackage()
|
/frameworks/base/core/java/android/service/autofill/ |
D | IInlineSuggestionRenderService.aidl | 30 void renderSuggestion(in IInlineSuggestionUiCallback callback, in renderSuggestion() method
|
D | InlineSuggestionRenderService.java | 340 public void renderSuggestion(@NonNull IInlineSuggestionUiCallback callback, in onBind()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
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()
|
/frameworks/base/services/ |
D | art-profile | 13464 PLcom/android/server/autofill/RemoteInlineSuggestionRenderService;->lambda$renderSuggestion$0(Landr… 13465 PLcom/android/server/autofill/RemoteInlineSuggestionRenderService;->renderSuggestion(Landroid/servi… 14012 PLcom/android/server/autofill/ui/RemoteInlineSuggestionViewConnector;->renderSuggestion(IILandroid/…
|