Searched refs:ABS_MT_RANGE (Results 1 – 2 of 2) sorted by relevance
198 elif self.is_mt_b() and ev.type == EV_ABS and ev.code in ABS_MT_RANGE:337 if axis in ABS_MT_RANGE)543 (set(self.events[EV_ABS]) & set(ABS_MT_RANGE)))
790 ABS_MT_RANGE = range(ABS_MT_FIRST, ABS_MT_LAST+1) variable