Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/carousel/
DCarouselSwipeable.kt78 internal val animationSpec: AnimationSpec<Float> = SwipeableDefaults.AnimationSpec, in <lambda>()
450 animationSpec: AnimationSpec<Float> = SwipeableDefaults.AnimationSpec, in rememberCarouselSwipeableState()
481 animationSpec: AnimationSpec<Float> = SwipeableDefaults.AnimationSpec in rememberCarouselSwipeableStateFor()
550 resistance: ResistanceConfig? = SwipeableDefaults.resistanceConfig(anchors.keys),
551 velocityThreshold: Dp = SwipeableDefaults.VelocityThreshold
663 val factorAtMin: Float = SwipeableDefaults.StandardResistanceFactor,
665 val factorAtMax: Float = SwipeableDefaults.StandardResistanceFactor
770 internal object SwipeableDefaults { object