Home
last modified time | relevance | path

Searched defs:renderSuggestion (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/service/autofill/
H A DIInlineSuggestionRenderService.aidl30 void renderSuggestion(in IInlineSuggestionUiCallback callback, in renderSuggestion() method
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DRemoteInlineSuggestionViewConnector.java81 public boolean renderSuggestion(int width, int height, in renderSuggestion() method in RemoteInlineSuggestionViewConnector
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DRemoteInlineSuggestionRenderService.java89 public void renderSuggestion(@NonNull IInlineSuggestionUiCallback callback, in renderSuggestion() method in RemoteInlineSuggestionRenderService