java.lang.Object | |
↳ | android.graphics.drawable.Drawable.ConstantState |
Known Direct Subclasses |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return a bit mask of configuration changes that will impact
this drawable (and thus require completely reloading it).
| |||||||||||
Create a new drawable without supplying resources the caller
is running in.
| |||||||||||
Create a new Drawable instance from its constant state.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object
|
Return a bit mask of configuration changes that will impact this drawable (and thus require completely reloading it).
Create a new drawable without supplying resources the caller is running in. Note that using this means the density-dependent drawables (like bitmaps) will not be able to update their target density correctly.
Create a new Drawable instance from its constant state. This must be implemented for drawables that change based on the target density of their caller (that is depending on whether it is in compatibility mode).