Searched refs:gestureThresholdTime (Results 1 – 1 of 1) sorted by relevance
876 private val gestureThresholdTime = 200L constant in HighResRotaryScrollHandler938 return previousScrollEventTime == 0L || timeDelta > gestureThresholdTime in isOppositeValueAfterScroll()957 private val gestureThresholdTime = 200L constant1006 return previousScrollEventTime == 0L || timeDelta > gestureThresholdTime in isNewScrollEvent()1029 private val gestureThresholdTime = 200L constant in HighResSnapHandler1150 return previousScrollEventTime == 0L || timeDelta > gestureThresholdTime in isOppositeValueAfterScroll()1167 private val gestureThresholdTime = 200L constant in LowResSnapHandler1228 return previousScrollEventTime == 0L || timeDelta > gestureThresholdTime in isNewScrollEvent()