Searched refs:_uinput_emit (Results 1 – 1 of 1) sorted by relevance
/external/autotest/client/cros/graphics/ |
D | graphics_utils.py | 127 _uinput_emit(device, 'REL_X', 1) 128 _uinput_emit(device, 'REL_X', -1) 222 def _uinput_emit(device, event_name, value, syn=True): function 277 _uinput_emit(device, 'REL_X', 1) 281 _uinput_emit(device, 'REL_X', -1) 284 _uinput_emit(device, 'BTN_LEFT', 1) 287 _uinput_emit(device, 'BTN_LEFT', 0) 301 _uinput_emit(device, 'ABS_MT_SLOT', 0, syn=False) 302 _uinput_emit(device, 'ABS_MT_TRACKING_ID', 1, syn=False) 303 _uinput_emit(device, 'ABS_MT_POSITION_X', int(rel_x * width), syn=False) [all …]
|