Class android.view.View

Added Methods
Matrix getAnimationMatrix()  
BlendMode getBackgroundBlendMode()  
BlendMode getForegroundBlendMode()  
void getLocationInSurface(int[])  
List<Rect> getSystemGestureExclusionRects()  
void setBackgroundTintMode(BlendMode)  
void setForegroundTintMode(BlendMode)  
void setSystemGestureExclusionRects(List<Rect>)  
 

Changed Methods
int[] getAttributeResolutionStack(int) Change in return type from List<Integer> to int[].
 
Mode getBackgroundTintMode() Now deprecated.
 
Mode getForegroundTintMode() Now deprecated.
 
void setBackgroundTintMode(Mode) Now deprecated.
 
void setForegroundTintMode(Mode) Now deprecated.