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