Searched refs:AINPUT_SOURCE_CLASS_POINTER (Results 1 – 4 of 4) sorted by relevance
806 AINPUT_SOURCE_CLASS_POINTER = 0x00000002, enumerator829 AINPUT_SOURCE_TOUCHSCREEN = 0x00001000 | AINPUT_SOURCE_CLASS_POINTER,831 AINPUT_SOURCE_MOUSE = 0x00002000 | AINPUT_SOURCE_CLASS_POINTER,833 AINPUT_SOURCE_STYLUS = 0x00004000 | AINPUT_SOURCE_CLASS_POINTER,
443 && (motionEntry->source & AINPUT_SOURCE_CLASS_POINTER) in enqueueInboundEventLocked()543 if (motionEntry->source & AINPUT_SOURCE_CLASS_POINTER) { in dropInboundEventLocked()840 bool isPointerEvent = entry->source & AINPUT_SOURCE_CLASS_POINTER; in dispatchMotionLocked()1998 if ((motionEntry->source & AINPUT_SOURCE_CLASS_POINTER) in startDispatchCycleLocked()4297 if (memento.source & AINPUT_SOURCE_CLASS_POINTER) { in copyPointerStateTo()4363 return memento.source & AINPUT_SOURCE_CLASS_POINTER; in shouldCancelMotion()4365 return !(memento.source & AINPUT_SOURCE_CLASS_POINTER); in shouldCancelMotion()
691 !(msg.body.motion.source & AINPUT_SOURCE_CLASS_POINTER)) { in updateTouchState()796 || !(event->getSource() & AINPUT_SOURCE_CLASS_POINTER) in resampleTouchState()
516 if (source & AINPUT_SOURCE_CLASS_POINTER) { in isTouchEvent()