Home
last modified time | relevance | path

Searched refs:property_file (Results 1 – 8 of 8) 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/cros/multimedia/
Dinput_facade_native.py31 def initialize_input_playback(self, input_type='keyboard', property_file=None): argument
38 self._player.emulate(input_type=input_type, property_file=property_file)
/external/autotest/server/cros/multimedia/
Dinput_facade_adapter.py35 def initialize_input_playback(self, input_type, property_file=None): argument
41 self._input_proxy.initialize_input_playback(input_type, property_file)
/external/autotest/client/site_tests/touch_MouseScroll/
Dtouch_MouseScroll.py122 self._emulate_mouse(property_file=mouse_file)
137 self._emulate_mouse(property_file=apple_mouse_file)
/external/autotest/client/cros/
Dtouch_playback_test_base.py67 self.player.emulate(input_type='mouse', property_file=mouse_props)
174 def _emulate_mouse(self, property_file=None): argument
180 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)