Searched refs:isScrollingInDirection (Results 1 – 2 of 2) sorted by relevance
31 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()
111 protected boolean isScrollingInDirection(float xvel, float yvel) { in isScrollingInDirection() method in ShadowOverScroller