Home
last modified time | relevance | path

Searched refs:spatialSampling (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/gesture/
H A DInstance.java87 return GestureUtils.spatialSampling(gesture, PATCH_SAMPLE_SIZE, false); in spatialSampler()
H A DGestureUtils.java73 public static float[] spatialSampling(Gesture gesture, int bitmapSize) { in spatialSampling() method in GestureUtils
74 return spatialSampling(gesture, bitmapSize, false); in spatialSampling()
90 public static float[] spatialSampling(Gesture gesture, int bitmapSize, in spatialSampling() method in GestureUtils
/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/core/api/
H A Dcurrent.txt14898 method public static float[] spatialSampling(android.gesture.Gesture, int);
14899 method public static float[] spatialSampling(android.gesture.Gesture, int, boolean);