Home
last modified time | relevance | path

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

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DUtils.java130 …private static double getShiftError(double[] laserT, double[] touchT, double[] touchY, double shif… in getShiftError()
147 public static double findBestShift(double[] laserT, double[] touchT, double[] touchY) { in findBestShift()
/external/walt/android/WALT/app/src/test/java/org/chromium/latency/walt/
DUtilsTest.java147 double[] touchY = new double[touchTimes.length]; in testFindBestShift() local