Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/horologist/src/com/google/android/horologist/compose/rotaryinput/
DRotary.kt876 private val gestureThresholdTime = 200L constant in HighResRotaryScrollHandler
938 return previousScrollEventTime == 0L || timeDelta > gestureThresholdTime in isOppositeValueAfterScroll()
957 private val gestureThresholdTime = 200L constant
1006 return previousScrollEventTime == 0L || timeDelta > gestureThresholdTime in isNewScrollEvent()
1029 private val gestureThresholdTime = 200L constant in HighResSnapHandler
1150 return previousScrollEventTime == 0L || timeDelta > gestureThresholdTime in isOppositeValueAfterScroll()
1167 private val gestureThresholdTime = 200L constant in LowResSnapHandler
1228 return previousScrollEventTime == 0L || timeDelta > gestureThresholdTime in isNewScrollEvent()