Searched refs:dispatchCreateViewTranslationRequest (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/core/java/android/webkit/ |
H A 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()
|
H A D | WebViewProvider.java | 384 default void dispatchCreateViewTranslationRequest( in dispatchCreateViewTranslationRequest() method
|
/aosp14/frameworks/base/core/java/android/view/translation/ |
H A D | UiTranslationController.java | 568 rootView.dispatchCreateViewTranslationRequest(viewIds, supportedFormats, in onUiTranslationStarted()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A 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()
|
H A D | View.java | 32604 public void dispatchCreateViewTranslationRequest(@NonNull Map<AutofillId, long[]> viewIds, in dispatchCreateViewTranslationRequest() method in View
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 17799 …method public default void dispatchCreateViewTranslationRequest(@NonNull java.util.Map<android.vie…
|
H A D | current.txt | 52040 …method public void dispatchCreateViewTranslationRequest(@NonNull java.util.Map<android.view.autofi…
|