Searched defs:spatialSampling (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/gesture/
H A DGestureUtils.java73 public static float[] spatialSampling(Gesture gesture, int bitmapSize) { method in class:GestureUtils
74 return spatialSampling(gesture, bitmapSize, false);
90 public static float[] spatialSampling(Gesture gesture, int bitmapSize, method in class:GestureUtils

Completed in 56 milliseconds