Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/horologist/src/com/google/android/horologist/compose/rotaryinput/
DRotary.kt1037 private var snapAccumulator = 0f variable in HighResSnapHandler
1062 snapAccumulator = 0f in handleScrollEvent()
1075 snapAccumulator += event.delta in handleScrollEvent()
1082 debugLog { "Snap accumulator: $snapAccumulator" } in handleScrollEvent()
1088 if (abs(snapAccumulator) > snapThreshold) { in handleScrollEvent()
1093 val snapDistance = (snapAccumulator / snapThreshold).toInt() in handleScrollEvent()
1095 snapAccumulator -= snapThreshold * snapDistance in handleScrollEvent()
1101 "snap accumulator remaining: $snapAccumulator" in handleScrollEvent()
1133 snapAccumulator = 0f in handleScrollEvent()
1172 private var snapAccumulator = 0f variable
[all …]