Class android.view.View

Added Methods
void dispatchRequestTranslation(Map<AutofillId, long[]>, int[], TranslationCapability, List<ViewTranslationRequest>)  
void dispatchScrollCaptureSearch(Rect, Point, Consumer<ScrollCaptureTarget>)  
void generateDisplayHash(String, Rect, Executor, DisplayHashResultCallback)  
String[] getOnReceiveContentMimeTypes()  
int getScrollCaptureHint()  
ViewTranslationCallback getViewTranslationCallback()  
ViewTranslationRequest onCreateTranslationRequest(int[])  
void onCreateTranslationRequests(long[], int[], Consumer<ViewTranslationRequest>)  
ContentInfo onReceiveContent(ContentInfo)  
void onScrollCaptureSearch(Rect, Point, Consumer<ScrollCaptureTarget>)  
void onTranslationResponse(LongSparseArray<ViewTranslationResponse>)  
void onTranslationResponse(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