Searched refs:dispatchCreateViewTranslationRequest (Results 1 – 7 of 7) sorted by relevance
| /frameworks/base/core/java/android/webkit/ |
| D | WebViewProvider.java | 384 default void dispatchCreateViewTranslationRequest( in dispatchCreateViewTranslationRequest() method
|
| D | WebView.java | 2886 public void dispatchCreateViewTranslationRequest(@NonNull Map<AutofillId, long[]> viewIds, in dispatchCreateViewTranslationRequest() method in WebView 2890 super.dispatchCreateViewTranslationRequest(viewIds, supportedFormats, capability, requests); in dispatchCreateViewTranslationRequest() 2891 mProvider.getViewDelegate().dispatchCreateViewTranslationRequest(viewIds, supportedFormats, in dispatchCreateViewTranslationRequest()
|
| /frameworks/base/core/java/android/view/translation/ |
| D | UiTranslationController.java | 568 rootView.dispatchCreateViewTranslationRequest(viewIds, supportedFormats, in onUiTranslationStarted()
|
| /frameworks/base/core/java/android/view/ |
| D | ViewGroup.java | 9436 public void dispatchCreateViewTranslationRequest(@NonNull Map<AutofillId, long[]> viewIds, in dispatchCreateViewTranslationRequest() method in ViewGroup 9440 super.dispatchCreateViewTranslationRequest(viewIds, supportedFormats, capability, requests); in dispatchCreateViewTranslationRequest() 9447 child.dispatchCreateViewTranslationRequest(viewIds, supportedFormats, capability, in dispatchCreateViewTranslationRequest()
|
| D | View.java | 32604 public void dispatchCreateViewTranslationRequest(@NonNull Map<AutofillId, long[]> viewIds, in dispatchCreateViewTranslationRequest() method in View
|
| /frameworks/base/core/api/ |
| D | system-current.txt | 17799 …method public default void dispatchCreateViewTranslationRequest(@NonNull java.util.Map<android.vie…
|
| D | current.txt | 52040 …method public void dispatchCreateViewTranslationRequest(@NonNull java.util.Map<android.view.autofi…
|