Class android.view.View

Removed Methods
void dispatchRequestTranslation(Map<AutofillId, long[]>, int[], TranslationCapability, List<ViewTranslationRequest>)  
String[] getOnReceiveContentMimeTypes()  
ViewTranslationCallback getViewTranslationCallback()  
ViewTranslationRequest onCreateTranslationRequest(int[])  
void onCreateTranslationRequests(long[], int[], Consumer<ViewTranslationRequest>)  
void onTranslationResponse(LongSparseArray<ViewTranslationResponse>)  
void onTranslationResponse(ViewTranslationResponse)  
 

Added Methods
void clearViewTranslationCallback()  
void dispatchCreateViewTranslationRequest(Map<AutofillId, long[]>, int[], TranslationCapability, List<ViewTranslationRequest>)  
boolean gatherTransparentRegion(Region)  
String[] getReceiveContentMimeTypes()  
AttachedSurfaceControl getRootSurfaceControl()  
ViewTranslationResponse getViewTranslationResponse()  
void onCreateViewTranslationRequest(int[], Consumer<ViewTranslationRequest>)  
void onCreateVirtualViewTranslationRequests(long[], int[], Consumer<ViewTranslationRequest>)  
void onViewTranslationResponse(ViewTranslationResponse)  
void onVirtualViewTranslationResponses(LongSparseArray<ViewTranslationResponse>)