Home
last modified time | relevance | path

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

/external/autotest/client/cros/
Dtouch_playback_test_base.py20 _DEFAULT_SCROLL = 5000 variable in touch_playback_test_base
286 self._set_scroll(self._DEFAULT_SCROLL, scroll_vertical)
321 scroll_vertical) == self._DEFAULT_SCROLL,
337 scroll_vertical) != self._DEFAULT_SCROLL,
341 self._previous = self._DEFAULT_SCROLL
/external/autotest/client/site_tests/touch_TouchscreenScroll/
Dtouch_TouchscreenScroll.py38 delta = self._get_scroll_position(is_vertical) - self._DEFAULT_SCROLL
/external/autotest/client/site_tests/touch_ScrollDirection/
Dtouch_ScrollDirection.py37 delta = self._get_scroll_position(is_vertical) - self._DEFAULT_SCROLL
/external/autotest/client/site_tests/touch_MouseScroll/
Dtouch_MouseScroll.py38 delta = self._get_scroll_position(scroll_vertical) - self._DEFAULT_SCROLL