Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DDraggableHandlerTest.kt608 secondScroll: Float in preScrollAfterSceneTransition()
619 available = Offset(0f, secondScroll), in preScrollAfterSceneTransition()
627 val secondScroll = 1f in scrollAndFling_scrollLessThanInterceptable_goToIdleOnCurrentScene() constant
629 preScrollAfterSceneTransition(firstScroll = firstScroll, secondScroll = secondScroll) in scrollAndFling_scrollLessThanInterceptable_goToIdleOnCurrentScene()
637 val secondScroll = 1f in <lambda>() constant
639 preScrollAfterSceneTransition(firstScroll = firstScroll, secondScroll = secondScroll) in <lambda>()
641 assertTransition(progress = (firstScroll + secondScroll) / SCREEN_SIZE) in <lambda>()
647 val secondScroll = -1f in scrollAndFling_scrollMaxInterceptable_interceptPreScrollEvents() constant
649 preScrollAfterSceneTransition(firstScroll = firstScroll, secondScroll = secondScroll) in scrollAndFling_scrollMaxInterceptable_interceptPreScrollEvents()
651 assertTransition(progress = -(firstScroll + secondScroll) / SCREEN_SIZE) in scrollAndFling_scrollMaxInterceptable_interceptPreScrollEvents()
[all …]