Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/horologist/src/com/google/android/horologist/compose/rotaryinput/
DRotary.kt1043 private var thresholdBehavior = thresholdBehaviorFactory() variable in HighResSnapHandler
1060 thresholdBehavior = thresholdBehaviorFactory() in handleScrollEvent()
1061 thresholdBehavior.startThresholdTracking(time) in handleScrollEvent()
1067 thresholdBehavior.observeEvent(event.timestamp, event.delta) in handleScrollEvent()
1072 thresholdBehavior.applySmoothing() in handleScrollEvent()
1073 val snapThreshold = thresholdBehavior.snapThreshold() in handleScrollEvent()