Java android.util StateSet fields, constructors, methods, implement or subclass

Example usage for Java android.util StateSet fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.util StateSet.

The text is from its open source code.

Field

nullWILD_CARD
A state specification that will be matched by all StateSets.
nullNOTHING
A state set that does not contain any valid states.

Method

booleanstateSetMatches(int[] stateSpec, int[] stateSet)
Return whether the stateSet matches the desired stateSpec.
booleanstateSetMatches(int[] stateSpec, int state)
Return whether the state matches the desired stateSpec.
int[]trimStateSet(int[] states, int newSize)