Home
last modified time | relevance | path

Searched defs:points (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/gesture/
DGestureUtils.java330 static float[] computeCentroid(float[] points) { in computeCentroid()
352 private static float[][] computeCoVariance(float[] points) { in computeCoVariance()
376 static float computeTotalLength(float[] points) { in computeTotalLength()
387 static float computeStraightness(float[] points) { in computeStraightness()
394 static float computeStraightness(float[] points, float totalLen) { in computeStraightness()
472 float[] points = new float[count * 2]; in computeOrientedBoundingBox() local
491 float[] points = new float[size]; in computeOrientedBoundingBox() local
499 … private static OrientedBoundingBox computeOrientedBoundingBox(float[] points, float[] centroid) { in computeOrientedBoundingBox()
563 static float[] rotate(float[] points, float angle) { in rotate()
576 static float[] translate(float[] points, float dx, float dy) { in translate()
[all …]
DGestureStroke.java39 public final float[] points; field in GestureStroke
49 public GestureStroke(ArrayList<GesturePoint> points) { in GestureStroke()
223 final ArrayList<GesturePoint> points = new ArrayList<GesturePoint>(count); in deserialize() local