Searched refs:_DIRECTIONS (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/site_tests/touch_ScrollDirection/ |
D | touch_ScrollDirection.py | 16 _DIRECTIONS = ['down', 'up', 'right', 'left'] variable in touch_ScrollDirection 53 for direction in self._DIRECTIONS: 57 for direction in self._DIRECTIONS: 74 'touchpad', self._FILENAME_FMT_STR, self._DIRECTIONS)
|
/external/autotest/client/site_tests/touch_TouchscreenZoom/ |
D | touch_TouchscreenZoom.py | 20 _DIRECTIONS = ['in', 'out'] variable in touch_TouchscreenZoom 57 'touchscreen', self._FILENAME_FMT_STR, self._DIRECTIONS) 76 for direction in self._DIRECTIONS:
|
/external/autotest/client/site_tests/touch_TouchscreenScroll/ |
D | touch_TouchscreenScroll.py | 17 _DIRECTIONS = ['down', 'up', 'right', 'left'] variable in touch_TouchscreenScroll 67 'touchscreen', self._FILENAME_FMT_STR, self._DIRECTIONS) 86 for direction in self._DIRECTIONS:
|
/external/autotest/client/site_tests/touch_TabSwitch/ |
D | touch_TabSwitch.py | 20 _DIRECTIONS = ['left', 'right'] variable in touch_TabSwitch 33 'touchpad', 'three-finger-swipe-%s', self._DIRECTIONS)
|