android.graphics.drawable
public
static
abstract
class
android.graphics.drawable.DrawableContainer.DrawableContainerState
Summary
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Methods
public
synchronized
boolean
canConstantState()
public
int
getChangingConfigurations()
public
final
int
getChildCount()
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.