to top
Android APIs
public final class

GestureLibraries

extends Object
java.lang.Object
   ↳ android.gesture.GestureLibraries

Summary


Public Methods

? Examples
static GestureLibrary fromFile( File path)

? Examples
static GestureLibrary fromFile( String path)

? Examples
static GestureLibrary fromPrivateFile( Context context, String name)

? Examples
static GestureLibrary fromRawResource( Context context, int resourceId)
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods


public static GestureLibrary fromFile (File path)

Added in API level 4

public static GestureLibrary fromFile (String path)

Added in API level 4

public static GestureLibrary fromPrivateFile (Context context, String name)

Added in API level 4

public static GestureLibrary fromRawResource (Context context, int resourceId)

Added in API level 4

Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.