Searched refs:spatialSampling (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/android/gesture/ |
H A D | Instance.java | 87 return GestureUtils.spatialSampling(gesture, PATCH_SAMPLE_SIZE, false); in spatialSampler()
|
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
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 14898 method public static float[] spatialSampling(android.gesture.Gesture, int); 14899 method public static float[] spatialSampling(android.gesture.Gesture, int, boolean);
|