Searched refs:spatialSampling (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/core/java/android/gesture/ |
H A D | GestureUtils.java | 73 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 D | Instance.java | 87 return GestureUtils.spatialSampling(gesture, PATCH_SAMPLE_SIZE, false); in spatialSampler()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 14655 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 D | android-22.txt | 10389 method public static float[] spatialSampling(android.gesture.Gesture, int); 10390 method public static float[] spatialSampling(android.gesture.Gesture, int, boolean);
|