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

android.gesture.GestureLibrary 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.gesture;
public abstract class GestureLibrary
{
protected  GestureLibrary() { throw new RuntimeException("Stub!"); }
public abstract  boolean save();
public abstract  boolean load();
public  boolean isReadOnly() { throw new RuntimeException("Stub!"); }
public  void setOrientationStyle(int style) { throw new RuntimeException("Stub!"); }
public  int getOrientationStyle() { throw new RuntimeException("Stub!"); }
public  void setSequenceType(int type) { throw new RuntimeException("Stub!"); }
public  int getSequenceType() { throw new RuntimeException("Stub!"); }
public  java.util.Set getGestureEntries() { throw new RuntimeException("Stub!"); }
public  java.util.ArrayList recognize(android.gesture.Gesture gesture) { throw new RuntimeException("Stub!"); }
public  void addGesture(java.lang.String entryName, android.gesture.Gesture gesture) { throw new RuntimeException("Stub!"); }
public  void removeGesture(java.lang.String entryName, android.gesture.Gesture gesture) { throw new RuntimeException("Stub!"); }
public  void removeEntry(java.lang.String entryName) { throw new RuntimeException("Stub!"); }
public  java.util.ArrayList getGestures(java.lang.String entryName) { throw new RuntimeException("Stub!"); }
protected final android.gesture.GestureStore mStore;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy