Home
last modified time | relevance | path

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

/external/autotest/client/cros/input_playback/
Dinput_playback.py117 def emulate(self, input_type='mouse', property_file=None): argument
140 if not property_file:
145 property_file = os.path.join(
147 if not os.path.isfile(property_file):
148 raise error.TestError('Property file %s not found!' % property_file)
150 logging.info('Emulating %s %s', input_type, property_file)
153 ['evemu-device', property_file], stdout=subprocess.PIPE)
158 with open(property_file) as fh:
/external/autotest/client/cros/
Dtouch_playback_test_base.py55 self.player.emulate(input_type='mouse', property_file=mouse_props)
117 def _emulate_mouse(self, property_file=None): argument
123 self.player.emulate(input_type='mouse', property_file=property_file)
/external/autotest/client/site_tests/ui_AppLauncher/
Dui_AppLauncher.py55 property_file = os.path.join(self.bindir, self._KEYBOARD_PROP)
60 player.emulate('keyboard', property_file)
/external/autotest/client/site_tests/touch_MouseScroll/
Dtouch_MouseScroll.py108 self._emulate_mouse(property_file=mouse_file)
122 self._emulate_mouse(property_file=apple_mouse_file)
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/
Ddocumentscan_AppTestWithFakeLorgnette.py147 self._emulate_mouse(property_file=mouse_file)