Class android.view.View

Added Methods
void dispatchWindowInsetsAnimationFinish(InsetsAnimation)  
void dispatchWindowInsetsAnimationPrepare(InsetsAnimation)  
WindowInsets dispatchWindowInsetsAnimationProgress(WindowInsets)  
AnimationBounds dispatchWindowInsetsAnimationStart(InsetsAnimation, AnimationBounds)  
int getImportantForContentCapture()  
CharSequence getStateDescription()  
WindowInsetsController getWindowInsetsController()  
boolean hasOnLongClickListeners()  
boolean isImportantForContentCapture()  
boolean isShowingLayoutBounds()  
void onProvideContentCaptureStructure(ViewStructure, int)  
void setImportantForContentCapture(int)  
void setStateDescription(CharSequence)  
void setWindowInsetsAnimationCallback(WindowInsetsAnimationCallback)  
 

Added Fields
int IMPORTANT_FOR_CONTENT_CAPTURE_AUTO  
int IMPORTANT_FOR_CONTENT_CAPTURE_NO  
int IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS  
int IMPORTANT_FOR_CONTENT_CAPTURE_YES  
int IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS