Searched refs:dispatchCreateViewTranslationRequest (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/webkit/ |
D | WebView.java | 2874 public void dispatchCreateViewTranslationRequest(@NonNull Map<AutofillId, long[]> viewIds, in dispatchCreateViewTranslationRequest() method in WebView 2878 super.dispatchCreateViewTranslationRequest(viewIds, supportedFormats, capability, requests); in dispatchCreateViewTranslationRequest() 2879 mProvider.getViewDelegate().dispatchCreateViewTranslationRequest(viewIds, supportedFormats, in dispatchCreateViewTranslationRequest()
|
D | WebViewProvider.java | 383 default void dispatchCreateViewTranslationRequest( in dispatchCreateViewTranslationRequest() method
|
/frameworks/base/core/java/android/view/translation/ |
D | UiTranslationController.java | 565 rootView.dispatchCreateViewTranslationRequest(viewIds, supportedFormats, in onUiTranslationStarted()
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 9285 public void dispatchCreateViewTranslationRequest(@NonNull Map<AutofillId, long[]> viewIds, in dispatchCreateViewTranslationRequest() method in ViewGroup 9289 super.dispatchCreateViewTranslationRequest(viewIds, supportedFormats, capability, requests); in dispatchCreateViewTranslationRequest() 9296 child.dispatchCreateViewTranslationRequest(viewIds, supportedFormats, capability, in dispatchCreateViewTranslationRequest()
|
D | View.java | 31856 public void dispatchCreateViewTranslationRequest(@NonNull Map<AutofillId, long[]> viewIds, in dispatchCreateViewTranslationRequest() method in View
|
/frameworks/base/core/api/ |
D | system-current.txt | 16259 …method public default void dispatchCreateViewTranslationRequest(@NonNull java.util.Map<android.vie…
|
D | current.txt | 49561 …method public void dispatchCreateViewTranslationRequest(@NonNull java.util.Map<android.view.autofi…
|