Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/firmware_TouchMTB/
DtouchbotII_robot_wrapper.py77 self._get_control_command_single_tap: SCRIPT_TAP,
91 conf.NOISE_STATIONARY: self._get_control_command_single_tap,
92 conf.NOISE_STATIONARY_EXTENDED: self._get_control_command_single_tap,
96 conf.ONE_FINGER_TAP: self._get_control_command_single_tap,
102 conf.TWO_FINGER_TAP: self._get_control_command_single_tap,
562 def _get_control_command_single_tap(self, robot_script, gesture, variation): member in RobotWrapper