Searched refs:findBestShift (Results 1 – 3 of 3) sorted by relevance
160 assertEquals(latency, Utils.findBestShift(laserTimes, touchTimes, touchY), 1e-6); in testFindBestShift()
147 public static double findBestShift(double[] laserT, double[] touchT, double[] touchY) { in findBestShift() method in Utils
384 double bestShift = Utils.findBestShift(lts, ft, fy); in calculateDragLatency()