Searched refs:startScroll (Results 1 – 5 of 5) sorted by relevance
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowOverScrollerTest.java | 25 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()
|
D | ShadowScrollerTest.java | 24 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/ |
D | AppIntroActivity.kt | 83 … 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/ |
D | ShadowScroller.java | 55 protected void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll() method in ShadowScroller
|
D | ShadowOverScroller.java | 58 protected void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll() method in ShadowOverScroller
|