FileDocCategorySizeDatePackage
GestureLibrary.javaAPI DocAndroid 5.1 API1359Sat Mar 14 14:09:42 GMT 2015android.gesture

GestureLibrary

public abstract class GestureLibrary extends Object

Fields Summary
protected final android.gesture.GestureStore
mStore
Constructors Summary
protected GestureLibrary()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidaddGesture(java.lang.String entryName, android.gesture.Gesture gesture)

 throw new RuntimeException("Stub!"); 
public java.util.SetgetGestureEntries()

 throw new RuntimeException("Stub!"); 
public java.util.ArrayListgetGestures(java.lang.String entryName)

 throw new RuntimeException("Stub!"); 
public intgetOrientationStyle()

 throw new RuntimeException("Stub!"); 
public intgetSequenceType()

 throw new RuntimeException("Stub!"); 
public booleanisReadOnly()

 throw new RuntimeException("Stub!"); 
public abstract booleanload()

public java.util.ArrayListrecognize(android.gesture.Gesture gesture)

 throw new RuntimeException("Stub!"); 
public voidremoveEntry(java.lang.String entryName)

 throw new RuntimeException("Stub!"); 
public voidremoveGesture(java.lang.String entryName, android.gesture.Gesture gesture)

 throw new RuntimeException("Stub!"); 
public abstract booleansave()

public voidsetOrientationStyle(int style)

 throw new RuntimeException("Stub!"); 
public voidsetSequenceType(int type)

 throw new RuntimeException("Stub!");