| Added Methods
|
void clearViewTranslationCallback()
|
|
void dispatchCreateViewTranslationRequest(Map<AutofillId, long[]>, int[], TranslationCapability, List<ViewTranslationRequest>)
|
|
void dispatchScrollCaptureSearch(Rect, Point, Consumer<ScrollCaptureTarget>)
|
|
boolean gatherTransparentRegion(Region)
|
|
void generateDisplayHash(String, Rect, Executor, DisplayHashResultCallback)
|
|
String[] getReceiveContentMimeTypes()
|
|
AttachedSurfaceControl getRootSurfaceControl()
|
|
int getScrollCaptureHint()
|
|
ViewTranslationResponse getViewTranslationResponse()
|
|
void onCreateViewTranslationRequest(int[], Consumer<ViewTranslationRequest>)
|
|
void onCreateVirtualViewTranslationRequests(long[], int[], Consumer<ViewTranslationRequest>)
|
|
ContentInfo onReceiveContent(ContentInfo)
|
|
void onScrollCaptureSearch(Rect, Point, Consumer<ScrollCaptureTarget>)
|
|
void onViewTranslationResponse(ViewTranslationResponse)
|
|
void onVirtualViewTranslationResponses(LongSparseArray<ViewTranslationResponse>)
|
|
ContentInfo performReceiveContent(ContentInfo)
|
|
void setAllowClickWhenDisabled(boolean)
|
|
void setOnReceiveContentListener(String[], OnReceiveContentListener)
|
|
void setRenderEffect(RenderEffect)
|
|
void setScrollCaptureCallback(ScrollCaptureCallback)
|
|
void setScrollCaptureHint(int)
|
|
void setViewTranslationCallback(ViewTranslationCallback)
|
|