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