Class android.view.View

Added Methods
boolean  canScrollHorizontally( int)  
boolean  canScrollVertically( int)  
AccessibilityNodeInfo  createAccessibilityNodeInfo()  
boolean  dispatchGenericFocusedEvent( MotionEvent)  
boolean  dispatchGenericPointerEvent( MotionEvent)  
boolean  dispatchHoverEvent( MotionEvent)  
void  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.
 
 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.