OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_DEFAULT_SCROLL
(Results
1 - 4
of
4
) sorted by null
/external/autotest/client/cros/
touch_playback_test_base.py
20
_DEFAULT_SCROLL
= 5000
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/
touch_TouchscreenScroll.py
38
delta = self._get_scroll_position(is_vertical) - self.
_DEFAULT_SCROLL
/external/autotest/client/site_tests/touch_ScrollDirection/
touch_ScrollDirection.py
37
delta = self._get_scroll_position(is_vertical) - self.
_DEFAULT_SCROLL
/external/autotest/client/site_tests/touch_MouseScroll/
touch_MouseScroll.py
38
delta = self._get_scroll_position(scroll_vertical) - self.
_DEFAULT_SCROLL
Completed in 87 milliseconds