API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.view.ViewGroup

Removed Constructors
android.view(Context, AttributeSet, Map)  
android.view(Context, AttributeSet, Map, int)  
 

Added Constructors
ViewGroup(Context, AttributeSet)  
ViewGroup(Context, AttributeSet, int)  
 

Removed Methods
boolean addsStatesFromChildren() Returns whether this ViewGroup's drawable states also include its children's drawable states.
void dispatchFreeze(SparseArray<Parcelable>) {@inheritDoc}
void dispatchThaw(SparseArray<Parcelable>) {@inheritDoc}
int getPeristentDrawingCache() Returns an integer indicating what types of drawing caches are kept in memory.
boolean isKeepAnimations() Indicates whether animations set on this view group's children are kept after they're over or not.
void setAddsStatesFromChildren(boolean) Sets whether this ViewGroup's drawable states also include its children's drawable states.
void setKeepAnimations(boolean) Indicates whether the view group keeps its children animations after they are over or not.
 

Added Methods
void addFocusables(ArrayList<View>, int) {@inheritDoc}
boolean addStatesFromChildren() Returns whether this ViewGroup's drawable states also include its children's drawable states.
void addTouchables(ArrayList<View>) {@inheritDoc}
void addView(View, int, int) Adds a child view with this ViewGroup's default layout parameters and the specified width and height.
void detachViewsFromParent(int, int) Detaches a range of view from their parent.
void dispatchRestoreInstanceState(SparseArray<Parcelable>) {@inheritDoc}
void dispatchSaveInstanceState(SparseArray<Parcelable>) {@inheritDoc}
void dispatchSetPressed(boolean)  
void dispatchSetSelected(boolean) {@inheritDoc}
boolean drawChild(Canvas, View, long) Draw one child of this View Group.
boolean fitSystemWindows(Rect)  
LayoutParams generateDefaultLayoutParams() Returns a set of default layout parameters.
LayoutParams generateLayoutParams(LayoutParams) Returns a safe set of layout parameters based on the supplied layout params.
int getChildDrawingOrder(int, int) Returns the index of the child to draw for this iteration.
int getDescendantFocusability() Gets the descendant focusability of this view group.
int getPersistentDrawingCache() Returns an integer indicating what types of drawing caches are kept in memory.
boolean hasFocusable() {@inheritDoc}
void onAnimationEnd()  
void onAnimationStart()  
boolean onRequestFocusInDescendants(int, Rect) Look for a descendant to call View.requestFocus on.
void recomputeViewAttributes(View) {@inheritDoc}
void removeViews(int, int) Removes the specified range of views from the group.
void removeViewsInLayout(int, int) Removes a range of views during layout.
void requestDisallowInterceptTouchEvent(boolean) {@inheritDoc}
void setAddStatesFromChildren(boolean) Sets whether this ViewGroup's drawable states also include its children's drawable states.
void setDescendantFocusability(int) Set the descendant focusability of this view group.
 

Changed Methods
void drawableStateChanged() Method was inherited from android.view.View, but is now defined locally.  
ViewParent invalidateChildInParent(int[], Rect) Change from final to non-final.
Don't call or override this method.
void removeDetachedView(View, boolean) Change in signature from View to (View, boolean).
Finishes the removal of a detached view.
void setSelected(boolean) Method was locally defined, but is now inherited from View. Changes the selection state of this view.
 

Added Fields
int CLIP_TO_PADDING_MASK We clip to padding when FLAG_CLIP_TO_PADDING and FLAG_PADDING_NOT_NULL are set at the same time.
int FLAG_USE_CHILD_DRAWING_ORDER When set, the drawing method will call .getChildDrawingOrder(int, int) to get the index of the child to draw for that iteration.
int FOCUS_AFTER_DESCENDANTS This view will get focus only if none of its descendants want it.
int FOCUS_BEFORE_DESCENDANTS This view will get focus before any of its descendants.
int FOCUS_BLOCK_DESCENDANTS This view will block any of its descendants from getting focus, even if they are focusable.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff