Home
last modified time | relevance | path

Searched refs:shiftSteps (Results 1 – 1 of 1) sorted by relevance

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DUtils.java149 double[] shiftSteps = new double[]{0.1, 0.01}; // milliseconds in findBestShift() local
151 double bestShift = shiftSteps[0]*steps/2; in findBestShift()
152 for (final double shiftStep : shiftSteps) { in findBestShift()