public static abstract class

DrawableContainer.DrawableContainerState

extends Drawable.ConstantState
java.lang.Object
   ↳ android.graphics.drawable.Drawable.ConstantState
     ↳ android.graphics.drawable.DrawableContainer.DrawableContainerState

Summary

Public Methods
final int addChild(Drawable dr)
synchronized boolean canConstantState()
int getChangingConfigurations()
final int getChildCount()
final Drawable[] getChildren()
final int getConstantHeight()
final int getConstantMinimumHeight()
final int getConstantMinimumWidth()
final Rect getConstantPadding()
final int getConstantWidth()
final int getOpacity()
void growArray(int oldSize, int newSize)
final boolean isConstantSize()
final boolean isStateful()
final void setConstantSize(boolean constant)
final void setVariablePadding(boolean variable)
A boolean value indicating whether to use the maximum padding value of all frames in the set (false), or to use the padding value of the frame being shown (true).
[Expand]
Inherited Methods
From class android.graphics.drawable.Drawable.ConstantState
From class java.lang.Object

Public Methods

public final int addChild (Drawable dr)

public synchronized boolean canConstantState ()

public int getChangingConfigurations ()

public final int getChildCount ()

public final Drawable[] getChildren ()

public final int getConstantHeight ()

public final int getConstantMinimumHeight ()

public final int getConstantMinimumWidth ()

public final Rect getConstantPadding ()

public final int getConstantWidth ()

public final int getOpacity ()

public void growArray (int oldSize, int newSize)

public final boolean isConstantSize ()

public final boolean isStateful ()

public final void setConstantSize (boolean constant)

public final void setVariablePadding (boolean variable)

A boolean value indicating whether to use the maximum padding value of all frames in the set (false), or to use the padding value of the frame being shown (true). Default value is false.