Home
last modified time | relevance | path

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

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DUtils.java139 …private static double getShiftError(double[] laserT, double[] touchT, double[] touchY, double shif… in getShiftError()
156 public static double findBestShift(double[] laserT, double[] touchT, double[] touchY) { in findBestShift()
DDragLatencyFragment.java401 final double[] laserT = new double[lt.length]; in drawLatencyGraph() local