Searched refs:GestureLibrary (Results 1 – 5 of 5) sorted by relevance
38 public static GestureLibrary fromFile(String path) { in fromFile()42 public static GestureLibrary fromFile(File path) { in fromFile()47 public static GestureLibrary fromFileDescriptor(@NonNull ParcelFileDescriptor pfd) { in fromFileDescriptor()51 public static GestureLibrary fromPrivateFile(Context context, String name) { in fromPrivateFile()55 public static GestureLibrary fromRawResource(Context context, @RawRes int resourceId) { in fromRawResource()59 private static class FileGestureLibrary extends GestureLibrary {144 private static class ResourceGestureLibrary extends GestureLibrary {
23 public abstract class GestureLibrary { class26 protected GestureLibrary() { in GestureLibrary() method in GestureLibrary
14758 method public static android.gesture.GestureLibrary fromFile(String);14759 method public static android.gesture.GestureLibrary fromFile(java.io.File);14760 …method @NonNull public static android.gesture.GestureLibrary fromFileDescriptor(@NonNull android.o…14761 …method public static android.gesture.GestureLibrary fromPrivateFile(android.content.Context, Strin…14762 …method public static android.gesture.GestureLibrary fromRawResource(android.content.Context, @RawR…14765 public abstract class GestureLibrary {14766 ctor protected GestureLibrary();
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
15958 Landroid/gesture/GestureLibrary;->getLearner()Landroid/gesture/Learner;