Home
last modified time | relevance | path

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

/external/autotest/client/bin/input/
Dinput_event_player.py37 def playback(self, device, gesture_file): argument
48 for line in open(gesture_file, 'rt'):
94 if not options.gesture_file:
97 if not os.path.exists(options.gesture_file):
98 print 'Can not find the gesture file %s.' % options.gesture_file
101 InputEventPlayer().playback(device, options.gesture_file)
102 print 'Gesture file %s has been played.' % options.gesture_file
/external/autotest/client/site_tests/firmware_TouchMTB/
Dtest_flow.py245 if self.gesture_file.closed:
248 filename = self.gesture_file.name
249 self.gesture_file.close()
678 self.gesture_file = open(self.gesture_file_name, 'w')
680 stdout=self.gesture_file)
/external/autotest/client/cros/input_playback/
Dinput_playback.py496 gesture_file = os.path.join(current_dir, filename)
497 self.blocking_playback(gesture_file, input_type=input_type)