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

Added Methods
boolean   canScrollHorizontally ( int )  
boolean   canScrollVertically ( int )  
AccessibilityNodeInfo   createAccessibilityNodeInfo ()  
boolean   dispatchGenericFocusedEvent ( MotionEvent )  
boolean   dispatchGenericPointerEvent ( MotionEvent )  
boolean   dispatchHoverEvent ( MotionEvent )  
, java.lang.CharSequence, int)"> void   , java.lang.CharSequence, int)" target="_top"> findViewsWithText ( ArrayList<View>, CharSequence , int )  
boolean   fitsSystemWindows ()  
boolean   isHovered ()  
void   onHoverChanged ( boolean )  
boolean   onHoverEvent ( MotionEvent )  
void   onInitializeAccessibilityEvent ( AccessibilityEvent )  
void   onInitializeAccessibilityNodeInfo ( AccessibilityNodeInfo )  
void   onPopulateAccessibilityEvent ( AccessibilityEvent )  
void   setAccessibilityDelegate ( AccessibilityDelegate )  
void   setFitsSystemWindows ( boolean )  
void   setHovered ( boolean )  
void   setOnHoverListener ( OnHoverListener )  
void   setScrollX ( int )  
void   setScrollY ( int )  
 

Added Fields
Property   ALPHA  
int   FIND_VIEWS_WITH_CONTENT_DESCRIPTION  
int   FIND_VIEWS_WITH_TEXT  
Property   ROTATION  
Property   ROTATION_X  
Property   ROTATION_Y  
Property   SCALE_X  
Property   SCALE_Y  
int   SYSTEM_UI_FLAG_HIDE_NAVIGATION  
int   SYSTEM_UI_FLAG_LOW_PROFILE  
int   SYSTEM_UI_FLAG_VISIBLE  
Property   TRANSLATION_X  
Property   TRANSLATION_Y  
Property   X  
Property   Y  
 

Changed Fields
int   STATUS_BAR_HIDDEN Now deprecated .
 
int   STATUS_BAR_VISIBLE Now deprecated .