Home
last modified time | relevance | path

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

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DTouchCatcherView.java34 private double animationAmplitude = 0.4; // Fraction of view height field in TouchCatcherView
90 int pos = (int) (h * (0.5 + animationAmplitude * normPos)); in onDraw()