Home
last modified time | relevance | path

Searched refs:smoothedVelocity (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/CredentialManager/horologist/src/com/google/android/horologist/compose/rotaryinput/
DRotary.kt1247 private var smoothedVelocity = 0f variable
1250 smoothedVelocity = 0f in startThresholdTracking()
1260 smoothedVelocity = exponentialSmoothing( in applySmoothing()
1262 prevVelocity = smoothedVelocity, in applySmoothing()
1267 debugLog { "SmoothedVelocity: $smoothedVelocity" } in applySmoothing()
1276 smoothedVelocity, in snapThreshold()