Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/firmware_TouchMTB/
Dtouch_device.py24 def __init__(self, device_node=None, is_touchscreen=False, argument
31 self.get_device_node(is_touchscreen=is_touchscreen))
50 def get_device_node(is_touchscreen=False): argument
65 'list_touchscreens' if is_touchscreen else 'list_touchpads')
Dmain.py71 is_touchscreen=options[OPTIONS.TOUCHSCREEN],
/external/autotest/client/site_tests/firmware_TouchMTB/tools/
Dmtplot_play.py90 args.device_node = TouchDevice.get_device_node(is_touchscreen=is_ts)
/external/autotest/client/bin/input/
Dinput_device.py525 def is_touchscreen(self): member in InputDevice