Searched refs:GestureLibrary (Results 1 – 5 of 5) sorted by relevance
35 public static GestureLibrary fromFile(String path) { in fromFile()39 public static GestureLibrary fromFile(File path) { in fromFile()43 public static GestureLibrary fromPrivateFile(Context context, String name) { in fromPrivateFile()47 public static GestureLibrary fromRawResource(Context context, int resourceId) { in fromRawResource()51 private static class FileGestureLibrary extends GestureLibrary {108 private static class ResourceGestureLibrary extends GestureLibrary {
23 public abstract class GestureLibrary { class26 protected GestureLibrary() { in GestureLibrary() method in GestureLibrary
22 import android.gesture.GestureLibrary;193 private GestureLibrary mGestureLibrary;
8723 method public static android.gesture.GestureLibrary fromFile(java.lang.String);8724 method public static android.gesture.GestureLibrary fromFile(java.io.File);8725 …method public static android.gesture.GestureLibrary fromPrivateFile(android.content.Context, java.…8726 … method public static android.gesture.GestureLibrary fromRawResource(android.content.Context, int);8729 public abstract class GestureLibrary {8730 ctor protected GestureLibrary();
3667 http://developer.android.com/reference/android/gesture/GestureLibrary.html