FileDocCategorySizeDatePackage
GestureStore.javaAPI DocAndroid 5.1 API1922Sat Mar 14 14:09:34 GMT 2015android.gesture

GestureStore

public class GestureStore extends Object

Fields Summary
public static final int
ORIENTATION_INVARIANT
public static final int
ORIENTATION_SENSITIVE
public static final int
SEQUENCE_INVARIANT
public static final int
SEQUENCE_SENSITIVE
Constructors Summary
public GestureStore()

 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 booleanhasChanged()

 throw new RuntimeException("Stub!"); 
public voidload(java.io.InputStream stream)

 throw new RuntimeException("Stub!"); 
public voidload(java.io.InputStream stream, boolean closeStream)

 throw new RuntimeException("Stub!"); 
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 voidsave(java.io.OutputStream stream)

 throw new RuntimeException("Stub!"); 
public voidsave(java.io.OutputStream stream, boolean closeStream)

 throw new RuntimeException("Stub!"); 
public voidsetOrientationStyle(int style)

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

 throw new RuntimeException("Stub!");