Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowScrollerTest.java62 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()
DShadowOverScrollerTest.java62 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()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowScroller.java73 protected boolean computeScrollOffset() { in computeScrollOffset() method in ShadowScroller
DShadowOverScroller.java92 protected boolean computeScrollOffset() { in computeScrollOffset() method in ShadowOverScroller
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DWavePlotView.java398 if (mScroller.computeScrollOffset()) { in onDraw()