Home
last modified time | relevance | path

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

/external/autotest/client/bin/input/
Dinput_device.py198 elif self.is_mt_b() and ev.type == EV_ABS and ev.code in ABS_MT_RANGE:
337 if axis in ABS_MT_RANGE)
539 (set(self.events[EV_ABS]) & set(ABS_MT_RANGE)))
Dlinux_input.py790 ABS_MT_RANGE = range(ABS_MT_FIRST, ABS_MT_LAST+1) variable