Home
last modified time | relevance | path

Searched refs:GestureLibrary (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/gesture/
H A DGestureLibraries.java38 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 {
H A DGestureLibrary.java23 public abstract class GestureLibrary { class
26 protected GestureLibrary() { in GestureLibrary() method in GestureLibrary
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt14758 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();
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt15958 Landroid/gesture/GestureLibrary;->getLearner()Landroid/gesture/Learner;