FileDocCategorySizeDatePackage
GestureLibraries.javaAPI DocAndroid 5.1 API670Sat Mar 14 14:09:38 GMT 2015android.gesture

GestureLibraries.java

package android.gesture;
public final class GestureLibraries
{
GestureLibraries() { throw new RuntimeException("Stub!"); }
public static  android.gesture.GestureLibrary fromFile(java.lang.String path) { throw new RuntimeException("Stub!"); }
public static  android.gesture.GestureLibrary fromFile(java.io.File path) { throw new RuntimeException("Stub!"); }
public static  android.gesture.GestureLibrary fromPrivateFile(android.content.Context context, java.lang.String name) { throw new RuntimeException("Stub!"); }
public static  android.gesture.GestureLibrary fromRawResource(android.content.Context context, int resourceId) { throw new RuntimeException("Stub!"); }
}