Home
last modified time | relevance | path

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

/external/autotest/client/cros/input_playback/
Dinput_playback.py123 def emulate(self, input_type='mouse', property_file=None): argument
146 if not property_file:
151 property_file = os.path.join(
153 if not os.path.isfile(property_file):
154 raise error.TestError('Property file %s not found!' % property_file)
156 with open(property_file) as fh:
161 property_file)
164 ['evemu-device', property_file], stdout=subprocess.PIPE)
Dstylus.py42 property_file=_STYLUS_PROPERTY)
/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.py119 self._emulate_mouse(property_file=mouse_file)
134 self._emulate_mouse(property_file=apple_mouse_file)
/external/autotest/client/cros/
Dtouch_playback_test_base.py61 self.player.emulate(input_type='mouse', property_file=mouse_props)
168 def _emulate_mouse(self, property_file=None): argument
174 self.player.emulate(input_type='mouse', property_file=property_file)
/external/autotest/client/site_tests/platform_MouseScrollTest/
Dplatform_MouseScrollTest.py48 self._emulate_mouse(property_file=mouse_file)
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/
Ddocumentscan_AppTestWithFakeLorgnette.py147 self._emulate_mouse(property_file=mouse_file)