Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/elements/rotaryinput/
DRotary.kt884 private var thresholdBehavior = thresholdBehaviorFactory() variable in HighResSnapHandler
901 thresholdBehavior = thresholdBehaviorFactory() in handleScrollEvent()
902 thresholdBehavior.startThresholdTracking(time) in handleScrollEvent()
908 thresholdBehavior.observeEvent(event.timestamp, event.delta) in handleScrollEvent()
913 thresholdBehavior.applySmoothing() in handleScrollEvent()
914 val snapThreshold = thresholdBehavior.snapThreshold() in handleScrollEvent()