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