Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/gesture/
DGestureUtils.java503 float[] targetVector = computeOrientation(array); in computeOrientedBoundingBox()
537 private static float[] computeOrientation(float[][] covarianceMatrix) { in computeOrientation() method in GestureUtils