All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.util.StateSet Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy