AnchoredThresholdPolicy

data class AnchoredThresholdPolicy(val slopMultiplier: Float = 2.0f, val segmentFraction: Float = 0.35f, val minFlingVelocityOverridePxPerSecond: Float? = null)

anchored draggable 的距离和速度阈值策略。 Distance and velocity threshold policy for anchored draggable.

Constructors

Link copied to clipboard
constructor(slopMultiplier: Float = 2.0f, segmentFraction: Float = 0.35f, minFlingVelocityOverridePxPerSecond: Float? = null)

Properties

Link copied to clipboard
Link copied to clipboard