Searched refs:property_file (Results 1 – 8 of 8) sorted by relevance
/external/autotest/client/cros/input_playback/ |
D | input_playback.py | 123 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)
|
D | stylus.py | 42 property_file=_STYLUS_PROPERTY)
|
/external/autotest/client/cros/multimedia/ |
D | input_facade_native.py | 31 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/ |
D | input_facade_adapter.py | 35 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/ |
D | touch_MouseScroll.py | 122 self._emulate_mouse(property_file=mouse_file) 137 self._emulate_mouse(property_file=apple_mouse_file)
|
/external/autotest/client/cros/ |
D | touch_playback_test_base.py | 67 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/ |
D | platform_MouseScrollTest.py | 48 self._emulate_mouse(property_file=mouse_file)
|
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/ |
D | documentscan_AppTestWithFakeLorgnette.py | 147 self._emulate_mouse(property_file=mouse_file)
|