Home
last modified time | relevance | path

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

/external/autotest/client/bin/input/
Dinput_event_player.py40 def playback(self, device, gesture_file): argument
51 for line in open(gesture_file, 'rt'):
97 if not options.gesture_file:
100 if not os.path.exists(options.gesture_file):
101 print('Can not find the gesture file %s.' % options.gesture_file)
104 InputEventPlayer().playback(device, options.gesture_file)
105 print('Gesture file %s has been played.' % options.gesture_file)
/external/autotest/client/cros/input_playback/
Dinput_playback.py504 gesture_file = os.path.join(current_dir, filename)
505 self.blocking_playback(gesture_file, input_type=input_type)