Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DScroller.java434 float hyp = (float) Math.hypot(dx, dy); in fling() local
436 float ndx = dx / hyp; in fling()
437 float ndy = dy / hyp; in fling()