Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DDraggableHandlerTest.kt607 firstScroll: Float, in preScrollAfterSceneTransition()
612 nestedScroll.scroll(available = Offset(0f, firstScroll)) in preScrollAfterSceneTransition()
626 val firstScroll = (transitionInterceptionThreshold - 0.0001f) * SCREEN_SIZE in scrollAndFling_scrollLessThanInterceptable_goToIdleOnCurrentScene() constant
629 preScrollAfterSceneTransition(firstScroll = firstScroll, secondScroll = secondScroll) in scrollAndFling_scrollLessThanInterceptable_goToIdleOnCurrentScene()
636 val firstScroll = (transitionInterceptionThreshold + 0.0001f) * SCREEN_SIZE in <lambda>() constant
639 preScrollAfterSceneTransition(firstScroll = firstScroll, secondScroll = secondScroll) in <lambda>()
641 assertTransition(progress = (firstScroll + secondScroll) / SCREEN_SIZE) in <lambda>()
646 val firstScroll = -(1f - transitionInterceptionThreshold - 0.0001f) * SCREEN_SIZE 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 …]