Home
last modified time | relevance | path

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

/external/autotest/client/cros/graphics/
Dgraphics_uinput.py17 uinput_device_touch = None variable
85 global uinput_device_touch
86 if uinput_device_touch is None:
87 uinput_device_touch = uinput.Device(UINPUT_DEVICE_EVENTS_TOUCH)
88 return uinput_device_touch