Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/gesture/
H A DInstance.java91 float[] pts = GestureUtils.temporalSampling(gesture.getStrokes().get(0), in temporalSampler()
H A DGestureStroke.java161 final float[] pts = GestureUtils.temporalSampling(this, numSample); in toPath()
H A DGestureUtils.java268 public static float[] temporalSampling(GestureStroke stroke, int numPoints) { in temporalSampling() 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.txt14900 method public static float[] temporalSampling(android.gesture.GestureStroke, int);