Searched refs:dispatchCreateViewTranslationRequest (Results 1 – 8 of 8) 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 | 9413 public void dispatchCreateViewTranslationRequest(@NonNull Map<AutofillId, long[]> viewIds, in dispatchCreateViewTranslationRequest() method in ViewGroup 9417 super.dispatchCreateViewTranslationRequest(viewIds, supportedFormats, capability, requests); in dispatchCreateViewTranslationRequest() 9424 child.dispatchCreateViewTranslationRequest(viewIds, supportedFormats, capability, in dispatchCreateViewTranslationRequest()
|
D | View.java | 33766 public void dispatchCreateViewTranslationRequest(@NonNull Map<AutofillId, long[]> viewIds, in dispatchCreateViewTranslationRequest() method
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | system-current.txt | 18587 …method public default void dispatchCreateViewTranslationRequest(@NonNull java.util.Map<android.vie…
|
D | current.txt | 52546 …method public void dispatchCreateViewTranslationRequest(@NonNull java.util.Map<android.view.autofi…
|