Searched refs:thresholdDividerEasing (Results 1 – 1 of 1) sorted by relevance
1243 private val thresholdDividerEasing: Easing = CubicBezierEasing(0.5f, 0.0f, 0.5f, 1.0f) constant in ThresholdBehavior1272 thresholdDividerEasing.transform( in snapThreshold()