public final class GestureLibraries
extends Object
java.lang.Object | |
↳ | android.gesture.GestureLibraries |
Public methods |
|
---|---|
static GestureLibrary |
fromFile(String path) |
static GestureLibrary |
fromFile(File path) |
static GestureLibrary |
fromPrivateFile(Context context, String name) |
static GestureLibrary |
fromRawResource(Context context, int resourceId) |
Inherited methods |
|
---|---|
From class java.lang.Object
|
GestureLibrary fromFile (String path)
Parameters | |
---|---|
path |
String
|
Returns | |
---|---|
GestureLibrary |
GestureLibrary fromFile (File path)
Parameters | |
---|---|
path |
File
|
Returns | |
---|---|
GestureLibrary |
GestureLibrary fromPrivateFile (Context context, String name)
Parameters | |
---|---|
context |
Context
|
name |
String
|
Returns | |
---|---|
GestureLibrary |
GestureLibrary fromRawResource (Context context, int resourceId)
Parameters | |
---|---|
context |
Context
|
resourceId |
int
|
Returns | |
---|---|
GestureLibrary |