Class android.view.View

Removed Methods
boolean fitsSystemWindows()  
 

Added Methods
void addChildrenForAccessibility(ArrayList<View>)  
void announceForAccessibility(CharSequence)  
void dispatchWindowSystemUiVisiblityChanged(int)  
AccessibilityNodeProvider getAccessibilityNodeProvider()  
float getCameraDistance()  
boolean getFitsSystemWindows()  
int getImportantForAccessibility()  
int getMinimumHeight()  
int getMinimumWidth()  
ViewParent getParentForAccessibility()  
int getScrollBarDefaultDelayBeforeFade()  
int getScrollBarFadeDuration()  
int getScrollBarSize()  
int getWindowSystemUiVisibility()  
boolean hasOverlappingRendering()  
boolean hasTransientState()  
boolean isScrollContainer()  
void onScreenStateChanged(int)  
void onWindowSystemUiVisibilityChanged(int)  
boolean performAccessibilityAction(int, Bundle)  
void postInvalidateOnAnimation()  
void postInvalidateOnAnimation(int, int, int, int)  
void postOnAnimation(Runnable)  
void postOnAnimationDelayed(Runnable, long)  
void requestFitSystemWindows()  
void setBackground(Drawable)  
void setHasTransientState(boolean)  
void setImportantForAccessibility(int)  
void setScrollBarDefaultDelayBeforeFade(int)  
void setScrollBarFadeDuration(int)  
void setScrollBarSize(int)  
 

Changed Methods
void setBackgroundDrawable(Drawable) Now deprecated.
 
 

Added Fields
int IMPORTANT_FOR_ACCESSIBILITY_AUTO  
int IMPORTANT_FOR_ACCESSIBILITY_NO  
int IMPORTANT_FOR_ACCESSIBILITY_YES  
int SCREEN_STATE_OFF  
int SCREEN_STATE_ON  
int SYSTEM_UI_FLAG_FULLSCREEN  
int SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN  
int SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION  
int SYSTEM_UI_FLAG_LAYOUT_STABLE  
int SYSTEM_UI_LAYOUT_FLAGS  
int TEXT_ALIGNMENT_INHERIT  
int TEXT_ALIGNMENT_RESOLVED_DEFAULT  
 

Changed Fields
Property ALPHA Change from non-final to final.
 
Property ROTATION Change from non-final to final.
 
Property ROTATION_X Change from non-final to final.
 
Property ROTATION_Y Change from non-final to final.
 
Property SCALE_X Change from non-final to final.
 
Property SCALE_Y Change from non-final to final.
 
Property TRANSLATION_X Change from non-final to final.
 
Property TRANSLATION_Y Change from non-final to final.
 
Property X Change from non-final to final.
 
Property Y Change from non-final to final.