java.lang.Object | |
↳ | greendroid.graphics.drawable.DrawableStateSet |
A class defining some constants that may be used when working with stateful Drawable.
Note: Those constants are already defined in the View
class. Unfortunately, they are not easily accessible as their scope is
protected
.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int[] | EMPTY_STATE_SET | The empty state | |||||||||
int[] | ENABLED_FOCUSED_STATE_SET | The state representing a focused and enabled entity | |||||||||
int[] | ENABLED_PRESSED_STATE_SET | The state representing a pressed and enabled entity |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
The empty state
The state representing a focused and enabled entity
The state representing a pressed and enabled entity