Searched refs:findBestShift (Results 1 - 3 of 3) sorted by relevance

/external/walt/android/WALT/app/src/test/java/org/chromium/latency/walt/
H A DUtilsTest.java160 assertEquals(latency, Utils.findBestShift(laserTimes, touchTimes, touchY), 1e-6);
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
H A DUtils.java147 public static double findBestShift(double[] laserT, double[] touchT, double[] touchY) { method in class:Utils
H A DDragLatencyFragment.java384 double bestShift = Utils.findBestShift(lts, ft, fy);

Completed in 241 milliseconds