android.util.StateSet Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.util;
public class StateSet
{
StateSet() { throw new RuntimeException("Stub!"); }
public static boolean isWildCard(int[] stateSetOrSpec) { throw new RuntimeException("Stub!"); }
public static boolean stateSetMatches(int[] stateSpec, int[] stateSet) { throw new RuntimeException("Stub!"); }
public static boolean stateSetMatches(int[] stateSpec, int state) { throw new RuntimeException("Stub!"); }
public static int[] trimStateSet(int[] states, int newSize) { throw new RuntimeException("Stub!"); }
public static java.lang.String dump(int[] states) { throw new RuntimeException("Stub!"); }
public static final int[] WILD_CARD = null;
public static final int[] NOTHING = null;
}