Searched refs:_uinput_emit (Results 1 – 1 of 1) sorted by relevance
/external/autotest/client/cros/graphics/ |
D | graphics_utils.py | 323 _uinput_emit(device, 'REL_X', 1) 324 _uinput_emit(device, 'REL_X', -1) 419 def _uinput_emit(device, event_name, value, syn=True): function 463 _uinput_emit(device, 'REL_X', 1) 467 _uinput_emit(device, 'REL_X', -1) 470 _uinput_emit(device, 'BTN_LEFT', 1) 473 _uinput_emit(device, 'BTN_LEFT', 0) 487 _uinput_emit(device, 'ABS_MT_SLOT', 0, syn=False) 488 _uinput_emit(device, 'ABS_MT_TRACKING_ID', 1, syn=False) 489 _uinput_emit(device, 'ABS_MT_POSITION_X', int(rel_x * width), syn=False) [all …]
|