Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/touch_MouseScroll/
Dtouch_MouseScroll.py21 _TOLLERANCE = 4 # Fast scroll should go at least X times slow scroll. variable in touch_MouseScroll
94 if abs(fast_delta) < self._TOLLERANCE * abs(slow_delta):