FileDocCategorySizeDatePackage
StateSet.javaAPI DocAndroid 5.1 API698Sat Mar 14 14:09:40 GMT 2015android.util

StateSet

public class StateSet extends Object

Fields Summary
public static final int[]
NOTHING
public static final int[]
WILD_CARD
Constructors Summary
StateSet()

 throw new RuntimeException("Stub!"); 
Methods Summary
public static java.lang.Stringdump(int[] states)

 throw new RuntimeException("Stub!"); 
public static booleanisWildCard(int[] stateSetOrSpec)

 throw new RuntimeException("Stub!"); 
public static booleanstateSetMatches(int[] stateSpec, int[] stateSet)

 throw new RuntimeException("Stub!"); 
public static booleanstateSetMatches(int[] stateSpec, int state)

 throw new RuntimeException("Stub!"); 
public static int[]trimStateSet(int[] states, int newSize)

 throw new RuntimeException("Stub!");