Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/elements/rotaryinput/
DRotary.kt1091 private var smoothedVelocity = 0f variable in ThresholdBehavior
1095 smoothedVelocity = 0f in startThresholdTracking()
1105 smoothedVelocity = in applySmoothing()
1108 prevVelocity = smoothedVelocity, in applySmoothing()
1113 debugLog { "SmoothedVelocity: $smoothedVelocity" } in applySmoothing()
1122 smoothedVelocity, in snapThreshold()