Searched refs:FixedThreshold (Results 1 – 1 of 1) sorted by relevance
561 thresholds: (from: T, to: T) -> ThresholdConfig = { _, _ -> FixedThreshold(56.dp) }, in swipeable()631 data class FixedThreshold(private val offset: Dp) : ThresholdConfig { in computeThreshold() dataClass