HomeSort by relevance Sort by last modified time
    Searched refs:scroll_vertical (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/site_tests/touch_MouseScroll/
touch_MouseScroll.py 24 def _get_scroll_delta(self, name, expected_direction, scroll_vertical=True):
29 @param scroll_vertical: True for vertical scroll,
36 self._events.set_default_scroll_position(scroll_vertical)
37 start_scroll = self._events.get_scroll_position(scroll_vertical)
43 end_scroll = self._events.get_scroll_position(scroll_vertical)
55 def _verify_single_tick(self, direction, scroll_vertical=True):
61 @param scroll_vertical: scroll_vertical is True for vertical scroll
69 scroll_vertical)
77 def _verify_fast_vs_slow(self, direction, scroll_vertical=True)
    [all...]
  /external/autotest/client/cros/
touch_playback_test_base.py 445 def set_scroll_position(self, value, scroll_vertical=True):
449 @param scroll_vertical: True for vertical scroll,
454 if scroll_vertical:
460 def set_default_scroll_position(self, scroll_vertical=True):
463 @param scroll_vertical: True for vertical scroll,
471 self.set_scroll_position(self._DEFAULT_SCROLL, scroll_vertical)
472 self.wait_for_default_scroll_position(scroll_vertical)
475 pos = self.get_scroll_position(scroll_vertical)
484 def get_scroll_position(self, scroll_vertical=True):
487 @param scroll_vertical: True for vertical scroll
    [all...]

Completed in 93 milliseconds