Home
last modified time | relevance | path

Searched refs:touchT (Results 1 – 1 of 1) 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() argument
135 double [] laserY = Utils.interp(T, touchT, touchY); in getShiftError()
147 public static double findBestShift(double[] laserT, double[] touchT, double[] touchY) { in findBestShift() argument
154 …stddevs[i] = getShiftError(laserT, touchT, touchY, bestShift + shiftStep * i - shiftStep * steps /… in findBestShift()