Searched refs:firstScroll (Results 1 – 1 of 1) sorted by relevance
607 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() constant629 preScrollAfterSceneTransition(firstScroll = firstScroll, secondScroll = secondScroll) in scrollAndFling_scrollLessThanInterceptable_goToIdleOnCurrentScene()636 val firstScroll = (transitionInterceptionThreshold + 0.0001f) * SCREEN_SIZE in <lambda>() constant639 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() constant649 preScrollAfterSceneTransition(firstScroll = firstScroll, secondScroll = secondScroll) in scrollAndFling_scrollMaxInterceptable_interceptPreScrollEvents()651 assertTransition(progress = -(firstScroll + secondScroll) / SCREEN_SIZE) in scrollAndFling_scrollMaxInterceptable_interceptPreScrollEvents()[all …]