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
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