Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/elements/rotaryinput/
DRotary.kt914 val snapThreshold = thresholdBehavior.snapThreshold() in handleScrollEvent() constant
919 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