Class android.view.View

Added Constructors
View(Context, AttributeSet, int, int)  
 

Removed Methods
void initializeFadingEdge(TypedArray)  
void initializeScrollbars(TypedArray)  
 

Added Methods
WindowInsets computeSystemWindowInsets(WindowInsets, Rect)  
boolean dispatchNestedFling(float, float, boolean)  
boolean dispatchNestedPreFling(float, float)  
boolean dispatchNestedPreScroll(int, int, int[], int[])  
boolean dispatchNestedScroll(int, int, int, int, int[])  
void drawableHotspotChanged(float, float)  
ColorStateList getBackgroundTintList()  
Mode getBackgroundTintMode()  
boolean getClipToOutline()  
float getElevation()  
ViewOutlineProvider getOutlineProvider()  
StateListAnimator getStateListAnimator()  
String getTransitionName()  
float getTranslationZ()  
float getZ()  
boolean hasNestedScrollingParent()  
void invalidateOutline()  
boolean isAccessibilityFocused()  
boolean isImportantForAccessibility()  
boolean isNestedScrollingEnabled()  
void requestUnbufferedDispatch(MotionEvent)  
void setBackgroundTintList(ColorStateList)  
void setBackgroundTintMode(Mode)  
void setClipToOutline(boolean)  
void setElevation(float)  
void setNestedScrollingEnabled(boolean)  
void setOutlineProvider(ViewOutlineProvider)  
void setStateListAnimator(StateListAnimator)  
void setTransitionName(String)  
void setTranslationZ(float)  
void setZ(float)  
boolean startNestedScroll(int)  
void stopNestedScroll()  
 

Added Fields
int SCROLL_AXIS_HORIZONTAL  
int SCROLL_AXIS_NONE  
int SCROLL_AXIS_VERTICAL  
Property TRANSLATION_Z  
Property Z