Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DDraggableHandlerTest.kt626 val firstScroll = (transitionInterceptionThreshold - 0.0001f) * SCREEN_SIZE in scrollAndFling_scrollLessThanInterceptable_goToIdleOnCurrentScene() constant
636 val firstScroll = (transitionInterceptionThreshold + 0.0001f) * SCREEN_SIZE in <lambda>() constant
646 val firstScroll = -(1f - transitionInterceptionThreshold - 0.0001f) * SCREEN_SIZE in scrollAndFling_scrollMaxInterceptable_interceptPreScrollEvents() constant
656 val firstScroll = -(1f - transitionInterceptionThreshold + 0.0001f) * SCREEN_SIZE in <lambda>() constant