Searched refs:AINPUT_SOURCE_CLASS_POINTER (Results 1 – 4 of 4) sorted by relevance
810 AINPUT_SOURCE_CLASS_POINTER = 0x00000002, enumerator833 AINPUT_SOURCE_TOUCHSCREEN = 0x00001000 | AINPUT_SOURCE_CLASS_POINTER,835 AINPUT_SOURCE_MOUSE = 0x00002000 | AINPUT_SOURCE_CLASS_POINTER,837 AINPUT_SOURCE_STYLUS = 0x00004000 | AINPUT_SOURCE_CLASS_POINTER,
508 && (motionEntry->source & AINPUT_SOURCE_CLASS_POINTER) in enqueueInboundEventLocked()648 if (motionEntry->source & AINPUT_SOURCE_CLASS_POINTER) { in dropInboundEventLocked()952 bool isPointerEvent = entry->source & AINPUT_SOURCE_CLASS_POINTER; in dispatchMotionLocked()2166 if (maskedSource != AINPUT_SOURCE_CLASS_POINTER || maskedAction != AMOTION_EVENT_ACTION_DOWN) { in dispatchPointerDownOutsideFocus()2231 if ((motionEntry->source & AINPUT_SOURCE_CLASS_POINTER) in startDispatchCycleLocked()4989 if (memento.source & AINPUT_SOURCE_CLASS_POINTER) { in copyPointerStateTo()5063 return memento.source & AINPUT_SOURCE_CLASS_POINTER; in shouldCancelMotion()5065 return !(memento.source & AINPUT_SOURCE_CLASS_POINTER); in shouldCancelMotion()
547 if (source & AINPUT_SOURCE_CLASS_POINTER) { in isTouchEvent()
88 return (source & AINPUT_SOURCE_CLASS_POINTER) == AINPUT_SOURCE_CLASS_POINTER; in isPointerEvent()