File
Doc
Category
Size
Date
Package
GestureStore.java
API Doc
Android 5.1 API
1922
Sat Mar 14 14:09:34 GMT 2015
android.gesture
GestureStore
java.lang.Object
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 void
addGesture
(
java.lang.String
entryName,
android.gesture.Gesture
gesture)
throw new RuntimeException("Stub!");
public
java.util.Set
getGestureEntries
()
throw new RuntimeException("Stub!");
public
java.util.ArrayList
getGestures
(
java.lang.String
entryName)
throw new RuntimeException("Stub!");
public
int
getOrientationStyle
()
throw new RuntimeException("Stub!");
public
int
getSequenceType
()
throw new RuntimeException("Stub!");
public
boolean
hasChanged
()
throw new RuntimeException("Stub!");
public void
load
(
java.io.InputStream
stream)
throw new RuntimeException("Stub!");
public void
load
(
java.io.InputStream
stream,
boolean
closeStream)
throw new RuntimeException("Stub!");
public
java.util.ArrayList
recognize
(
android.gesture.Gesture
gesture)
throw new RuntimeException("Stub!");
public void
removeEntry
(
java.lang.String
entryName)
throw new RuntimeException("Stub!");
public void
removeGesture
(
java.lang.String
entryName,
android.gesture.Gesture
gesture)
throw new RuntimeException("Stub!");
public void
save
(
java.io.OutputStream
stream)
throw new RuntimeException("Stub!");
public void
save
(
java.io.OutputStream
stream,
boolean
closeStream)
throw new RuntimeException("Stub!");
public void
setOrientationStyle
(
int
style)
throw new RuntimeException("Stub!");
public void
setSequenceType
(
int
type)
throw new RuntimeException("Stub!");
Java Code Source