Searched refs:AINPUT_SOURCE_CLASS_POINTER (Results 1 – 4 of 4) sorted by relevance
433 AINPUT_SOURCE_CLASS_POINTER = 0x00000002, enumerator445 AINPUT_SOURCE_TOUCHSCREEN = 0x00001000 | AINPUT_SOURCE_CLASS_POINTER,446 AINPUT_SOURCE_MOUSE = 0x00002000 | AINPUT_SOURCE_CLASS_POINTER,447 AINPUT_SOURCE_STYLUS = 0x00004000 | AINPUT_SOURCE_CLASS_POINTER,
576 !(msg->body.motion.source & AINPUT_SOURCE_CLASS_POINTER)) { in updateTouchState()678 || !(event->getSource() & AINPUT_SOURCE_CLASS_POINTER) in resampleTouchState()
578 if (source & AINPUT_SOURCE_CLASS_POINTER) { in isTouchEvent()
435 && (motionEntry->source & AINPUT_SOURCE_CLASS_POINTER) in enqueueInboundEventLocked()539 if (motionEntry->source & AINPUT_SOURCE_CLASS_POINTER) { in dropInboundEventLocked()836 bool isPointerEvent = entry->source & AINPUT_SOURCE_CLASS_POINTER; in dispatchMotionLocked()1965 if ((motionEntry->source & AINPUT_SOURCE_CLASS_POINTER) in startDispatchCycleLocked()4218 if (memento.source & AINPUT_SOURCE_CLASS_POINTER) { in copyPointerStateTo()4284 return memento.source & AINPUT_SOURCE_CLASS_POINTER; in shouldCancelMotion()4286 return !(memento.source & AINPUT_SOURCE_CLASS_POINTER); in shouldCancelMotion()