java.lang.Object | ||
↳ | android.graphics.drawable.Drawable.ConstantState | |
↳ | android.graphics.drawable.DrawableContainer.DrawableContainerState |
A ConstantState that can contain several Drawable
s.
This class was made public to enable testing, and its visibility may change in a future
release.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return whether this constant state can have a theme applied.
| |||||||||||
Return a bit mask of configuration changes that will impact
this drawable (and thus require completely reloading it).
| |||||||||||
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).
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.graphics.drawable.Drawable.ConstantState
| |||||||||||
From class
java.lang.Object
|
Return whether this constant state can have a theme applied.
Return a bit mask of configuration changes that will impact this drawable (and thus require completely reloading it).
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.