Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)

Class android.view. View

Removed Methods
boolean  fitsSystemWindows()  
 

Added Methods
)"> void   )" target="_top"> 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.