Example usage for Java android.util StateSet fields, constructors, methods, implement or subclass
The text is from its open source code.
null | WILD_CARD A state specification that will be matched by all StateSets. |
null | NOTHING A state set that does not contain any valid states. |
boolean | stateSetMatches(int[] stateSpec, int[] stateSet) Return whether the stateSet matches the desired stateSpec. |
boolean | stateSetMatches(int[] stateSpec, int state) Return whether the state matches the desired stateSpec. |
int[] | trimStateSet(int[] states, int newSize) |