Searched refs:snapThreshold (Results 1 – 1 of 1) sorted by relevance
914 val snapThreshold = thresholdBehavior.snapThreshold() in handleScrollEvent() constant919 1 - scrollEasing.transform(rotaryScrollDistance.absoluteValue / snapThreshold) in handleScrollEvent()926 debugLog { "snapThreshold: $snapThreshold" } in handleScrollEvent()929 if (abs(snapAccumulator) > snapThreshold) { in handleScrollEvent()935 (snapAccumulator / snapThreshold) in handleScrollEvent()938 snapAccumulator -= snapThreshold * snapDistance in handleScrollEvent()1116 fun snapThreshold(): Float { in snapThreshold() method