android.util
Class StateSet
java.lang.Object
android.util.StateSet
public class StateSet
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WILD_CARD
public static final int[] WILD_CARD
StateSet
public StateSet()
isWildCard
public static boolean isWildCard(int[] stateSetOrSpec)
stateSetMatches
public static boolean stateSetMatches(int[] stateSpec,
int[] stateSet)
stateSetMatches
public static boolean stateSetMatches(int[] stateSpec,
int state)
trimStateSet
public static int[] trimStateSet(int[] states,
int newSize)
dump
public static String dump(int[] states)
Copyright © 2008-2010. All Rights Reserved.