Home
last modified time | relevance | path

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

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DTouchCatcherView.java61 public static double markerPosition(long t_us, int period_us) { in markerPosition() method in TouchCatcherView
89 double normPos = markerPosition(waltDevice.clock.micros(), animationPeriod_us); in onDraw()