Most visited

Recently visited

Added in API level 4

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 fromPrivateFile(Context context, String name)
static GestureLibrary fromRawResource(Context context, int resourceId)

Inherited methods

From class java.lang.Object

Public methods

fromFile

Added in API level 4
GestureLibrary fromFile (String path)

Parameters
path String
Returns
GestureLibrary

fromFile

Added in API level 4
GestureLibrary fromFile (File path)

Parameters
path File
Returns
GestureLibrary

fromPrivateFile

Added in API level 4
GestureLibrary fromPrivateFile (Context context, 
                String name)

Parameters
context Context
name String
Returns
GestureLibrary

fromRawResource

Added in API level 4
GestureLibrary fromRawResource (Context context, 
                int resourceId)

Parameters
context Context
resourceId int
Returns
GestureLibrary

Hooray!