public class

DrawableStateSet

extends Object
java.lang.Object
   ↳ greendroid.graphics.drawable.DrawableStateSet

Class Overview

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.

Summary

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

Constants

public static final int[] EMPTY_STATE_SET

The empty state

public static final int[] ENABLED_FOCUSED_STATE_SET

The state representing a focused and enabled entity

public static final int[] ENABLED_PRESSED_STATE_SET

The state representing a pressed and enabled entity