Added in API level 4
Summary:
Methods
| Inherited Methods
GestureLibraries
public
final
class
GestureLibraries
extends Object
java.lang.Object | |
↳ | android.gesture.GestureLibraries |
Summary
Public methods | |
---|---|
static
GestureLibrary
|
fromFile(String path)
|
static
GestureLibrary
|
fromFile(File path)
|
static
GestureLibrary
|
fromFileDescriptor(ParcelFileDescriptor pfd)
|
static
GestureLibrary
|
fromPrivateFile(Context context, String name)
|
static
GestureLibrary
|
fromRawResource(Context context, int resourceId)
|
Inherited methods | |
---|---|
Public methods
fromFile
Added in API level 4
public static GestureLibrary fromFile (String path)
Parameters | |
---|---|
path |
String |
Returns | |
---|---|
GestureLibrary |
fromFile
Added in API level 4
public static GestureLibrary fromFile (File path)
Parameters | |
---|---|
path |
File |
Returns | |
---|---|
GestureLibrary |
fromFileDescriptor
Added in API level 30
public static GestureLibrary fromFileDescriptor (ParcelFileDescriptor pfd)
Parameters | |
---|---|
pfd |
ParcelFileDescriptor : This value cannot be null . |
Returns | |
---|---|
GestureLibrary |
This value cannot be null . |
fromPrivateFile
Added in API level 4
public static GestureLibrary fromPrivateFile (Context context, String name)
Parameters | |
---|---|
context |
Context |
name |
String |
Returns | |
---|---|
GestureLibrary |
fromRawResource
Added in API level 4
public static GestureLibrary fromRawResource (Context context, int resourceId)
Parameters | |
---|---|
context |
Context |
resourceId |
int |
Returns | |
---|---|
GestureLibrary |