Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/elements/rotaryinput/
DRotary.kt392 private var flingVelocity: Float = 0f in handleScrollEvent() variable
415 flingVelocity = currentVelocity * flingScaleFactor in handleScrollEvent()
428 "Check fling: flingVelocity: $flingVelocity " + in handleScrollEvent()
433 abs(flingVelocity) > minFlingSpeed in handleScrollEvent()
437 val velocity = flingVelocity.coerceIn(-maxFlingSpeed, maxFlingSpeed) in handleScrollEvent()