Class android.view.View

Added Methods
void  addOnLayoutChangeListener( OnLayoutChangeListener)  
int  combineMeasuredStates( int, int )  
boolean  dispatchDragEvent( DragEvent)  
void  dispatchSetActivated( boolean)  
void  dispatchSystemUiVisibilityChanged( int)  
float  getAlpha()  
int  getLayerType()  
Matrix  getMatrix()  
int  getMeasuredHeightAndState()  
int  getMeasuredState()  
int  getMeasuredWidthAndState()  
int  getNextFocusForwardId()  
float  getPivotX()  
float  getPivotY()  
float  getRotation()  
float  getRotationX()  
float  getRotationY()  
float  getScaleX()  
float  getScaleY()  
int  getSystemUiVisibility()  
float  getTranslationX()  
float  getTranslationY()  
int  getVerticalScrollbarPosition()  
float  getX()  
float  getY()  
boolean  isActivated()  
boolean  isDirty()  
boolean  isHardwareAccelerated()  
boolean  isSaveFromParentEnabled()  
void  jumpDrawablesToCurrentState()  
boolean  onDragEvent( DragEvent)  
void  removeOnLayoutChangeListener( OnLayoutChangeListener)  
int  resolveSizeAndState( int, int , int )  
void  setActivated( boolean)  
void  setAlpha( float)  
void  setBottom( int)  
void  setLayerType( int, Paint )  
void  setLeft( int)  
void  setNextFocusForwardId( int)  
void  setOnDragListener( OnDragListener)  
void  setOnSystemUiVisibilityChangeListener( OnSystemUiVisibilityChangeListener)  
void  setPivotX( float)  
void  setPivotY( float)  
void  setRight( int)  
void  setRotation( float)  
void  setRotationX( float)  
void  setRotationY( float)  
void  setSaveFromParentEnabled( boolean)  
void  setScaleX( float)  
void  setScaleY( float)  
void  setSystemUiVisibility( int)  
void  setTop( int)  
void  setTranslationX( float)  
void  setTranslationY( float)  
void  setVerticalScrollbarPosition( int)  
void  setX( float)  
void  setY( float)  
ActionMode  startActionMode( Callback)  
boolean  startDrag( ClipData, DragShadowBuilder , Object , int )  
 

Changed Methods
void  layout( int, int , int , int ) Change from final to non-final.
 
 

Added Fields
int  LAYER_TYPE_HARDWARE  
int  LAYER_TYPE_NONE  
int  LAYER_TYPE_SOFTWARE  
int  MEASURED_HEIGHT_STATE_SHIFT  
int  MEASURED_SIZE_MASK  
int  MEASURED_STATE_MASK  
int  MEASURED_STATE_TOO_SMALL  
int  SCROLLBAR_POSITION_DEFAULT  
int  SCROLLBAR_POSITION_LEFT  
int  SCROLLBAR_POSITION_RIGHT  
int  STATUS_BAR_HIDDEN  
int  STATUS_BAR_VISIBLE  
 
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.