Home
last modified time | relevance | path

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

/development/samples/SceneTransitionLayoutDemo/benchmark/utils/src/com/android/compose/animation/scene/benchmark/
DSceneTransitionLayoutDemoBenchmarkUtils.kt99 val swipeSpeed = 1_500 // in dp/s in swipeFromScene() constant
106 .swipe(direction, /* percent= */ 0.9f, /* speed= */ (swipeSpeed * density).roundToInt()) in swipeFromScene()