Searched refs:computeScrollOffset (Results 1 – 5 of 5) sorted by relevance
62 assertThat(scroller.computeScrollOffset()).isFalse(); in computeScrollOffsetShouldCalculateWhetherScrollIsFinished()65 assertThat(scroller.computeScrollOffset()).isTrue(); in computeScrollOffsetShouldCalculateWhetherScrollIsFinished()68 assertThat(scroller.computeScrollOffset()).isTrue(); in computeScrollOffsetShouldCalculateWhetherScrollIsFinished()71 assertThat(scroller.computeScrollOffset()).isTrue(); in computeScrollOffsetShouldCalculateWhetherScrollIsFinished()72 assertThat(scroller.computeScrollOffset()).isFalse(); in computeScrollOffsetShouldCalculateWhetherScrollIsFinished()
62 assertThat(overScroller.computeScrollOffset()).isFalse(); in computeScrollOffsetShouldCalculateWhetherScrollIsFinished()65 assertThat(overScroller.computeScrollOffset()).isTrue(); in computeScrollOffsetShouldCalculateWhetherScrollIsFinished()68 assertThat(overScroller.computeScrollOffset()).isTrue(); in computeScrollOffsetShouldCalculateWhetherScrollIsFinished()71 assertThat(overScroller.computeScrollOffset()).isTrue(); in computeScrollOffsetShouldCalculateWhetherScrollIsFinished()72 assertThat(overScroller.computeScrollOffset()).isFalse(); in computeScrollOffsetShouldCalculateWhetherScrollIsFinished()
73 protected boolean computeScrollOffset() { in computeScrollOffset() method in ShadowScroller
92 protected boolean computeScrollOffset() { in computeScrollOffset() method in ShadowOverScroller
398 if (mScroller.computeScrollOffset()) { in onDraw()