Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowOverScrollerTest.java25 overScroller.startScroll(0, 0, 100, 200, 1000); in shouldScrollOverTime()
64 overScroller.startScroll(0, 0, 100, 200, 1000); in computeScrollOffsetShouldCalculateWhetherScrollIsFinished()
77 overScroller.startScroll(0, 0, 100, 200, 1000); in abortAnimationShouldMoveToFinalPositionImmediately()
89 overScroller.startScroll(0, 0, 100, 200, 1000); in forceFinishedShouldFinishWithoutMovingFurther()
DShadowScrollerTest.java24 scroller.startScroll(0, 0, 12, 36, 1000); in shouldScrollOverTime()
64 scroller.startScroll(0, 0, 12, 36, 1000); in computeScrollOffsetShouldCalculateWhetherScrollIsFinished()
/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/
DAppIntroActivity.kt83 … override fun startScroll(startX: Int, startY: Int, dx: Int, dy: Int, duration: Int) { in <lambda>() method
84 super.startScroll(startX, startY, dx, dy, duration * 7) in <lambda>()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowScroller.java55 protected void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll() method in ShadowScroller
DShadowOverScroller.java58 protected void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll() method in ShadowOverScroller