Home
last modified time | relevance | path

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

/compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/
DFloatDecayAnimationSpec.kt35 public val absVelocityThreshold: Float constant
101 override val absVelocityThreshold: Float = max(0.0000001f, abs(absVelocityThreshold)) in getValueFromNanos() constant
DVectorizedDecayAnimationSpec.kt42 public val absVelocityThreshold: Float constant
DDecayAnimationSpec.kt131 override val absVelocityThreshold: Float = floatDecaySpec.absVelocityThreshold in vectorize() constant in androidx.compose.animation.core.VectorizedFloatDecaySpec
/compose/animation/animation/src/commonMain/kotlin/androidx/compose/animation/
DSplineBasedFloatDecayAnimationSpec.kt33 override val absVelocityThreshold: Float constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/anchoredDraggable/
DAnchoredDraggableDecayAnimationTest.kt188 override val absVelocityThreshold: Float = 0.1f constant in FakeDecayAnimationSpec
/compose/foundation/foundation-layout/src/androidMain/kotlin/androidx/compose/foundation/layout/
DWindowInsetsConnection.android.kt573 override val absVelocityThreshold: Float constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/gestures/
DAnchoredDraggable.kt1727 override val absVelocityThreshold = 0f constant