Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowOverScroller.java111 protected boolean isScrollingInDirection(float xvel, float yvel) { in isScrollingInDirection() argument
115 && Math.signum(xvel) == Math.signum(dx) in isScrollingInDirection()