Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowOverScrollerTest.java31 assertThat(overScroller.isScrollingInDirection(1, 1)).isTrue(); in shouldScrollOverTime()
32 assertThat(overScroller.isScrollingInDirection(-1, -1)).isFalse(); in shouldScrollOverTime()
56 assertThat(overScroller.isScrollingInDirection(1, 1)).isFalse(); in shouldScrollOverTime()
57 assertThat(overScroller.isScrollingInDirection(-1, -1)).isFalse(); in shouldScrollOverTime()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowOverScroller.java111 protected boolean isScrollingInDirection(float xvel, float yvel) { in isScrollingInDirection() method in ShadowOverScroller