File
Doc
Category
Size
Date
Package
GestureLibraries.java
API Doc
Android 5.1 API
670
Sat Mar 14 14:09:38 GMT 2015
android.gesture
GestureLibraries
java.lang.Object
public final class GestureLibraries extends Object
Fields Summary
Constructors Summary
GestureLibraries
()
throw new RuntimeException("Stub!");
Methods Summary
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!");
Java Code Source