Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/gesture/
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
H A DInstance.java87 return GestureUtils.spatialSampling(gesture, PATCH_SAMPLE_SIZE, false); in spatialSampler()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt14655 method public static float[] spatialSampling(android.gesture.Gesture, int);
14656 method public static float[] spatialSampling(android.gesture.Gesture, int, boolean);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt10389 method public static float[] spatialSampling(android.gesture.Gesture, int);
10390 method public static float[] spatialSampling(android.gesture.Gesture, int, boolean);