Searched refs:smoothedVelocity (Results 1 – 1 of 1) sorted by relevance
1247 private var smoothedVelocity = 0f variable in ThresholdBehavior1250 smoothedVelocity = 0f in startThresholdTracking()1260 smoothedVelocity = exponentialSmoothing( in applySmoothing()1262 prevVelocity = smoothedVelocity, in applySmoothing()1267 debugLog { "SmoothedVelocity: $smoothedVelocity" } in applySmoothing()1276 smoothedVelocity, in snapThreshold()