Home
last modified time | relevance | path

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

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