Class android.view.View

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)  
 

Added Fields
int SCROLL_CAPTURE_HINT_AUTO  
int SCROLL_CAPTURE_HINT_EXCLUDE  
int SCROLL_CAPTURE_HINT_EXCLUDE_DESCENDANTS  
int SCROLL_CAPTURE_HINT_INCLUDE