Searched refs:AINPUT_SOURCE_CLASS_POINTER (Results 1 – 5 of 5) sorted by relevance
822 AINPUT_SOURCE_CLASS_POINTER = 0x00000002, enumerator845 AINPUT_SOURCE_TOUCHSCREEN = 0x00001000 | AINPUT_SOURCE_CLASS_POINTER,847 AINPUT_SOURCE_MOUSE = 0x00002000 | AINPUT_SOURCE_CLASS_POINTER,849 AINPUT_SOURCE_STYLUS = 0x00004000 | AINPUT_SOURCE_CLASS_POINTER,
310 if (!(memento.source & AINPUT_SOURCE_CLASS_POINTER)) { in synthesizePointerDownEvents()373 if (memento.source & AINPUT_SOURCE_CLASS_POINTER) { in mergePointerStateTo()449 return memento.source & AINPUT_SOURCE_CLASS_POINTER; in shouldCancelMotion()451 return !(memento.source & AINPUT_SOURCE_CLASS_POINTER); in shouldCancelMotion()
322 if ((motionEntry.source & AINPUT_SOURCE_CLASS_POINTER) == 0) { in createDispatchEntry()876 (motionEntry.source & AINPUT_SOURCE_CLASS_POINTER); in shouldPruneInboundQueueLocked()1105 if (motionEntry.source & AINPUT_SOURCE_CLASS_POINTER) { in dropInboundEventLocked()1547 bool isPointerEvent = entry->source & AINPUT_SOURCE_CLASS_POINTER; in dispatchMotionLocked()3057 if (maskedSource != AINPUT_SOURCE_CLASS_POINTER || maskedAction != AMOTION_EVENT_ACTION_DOWN) { in dispatchPointerDownOutsideFocus()3119 if ((motionEntry.source & AINPUT_SOURCE_CLASS_POINTER) && in startDispatchCycleLocked()
89 return (source & AINPUT_SOURCE_CLASS_POINTER) == AINPUT_SOURCE_CLASS_POINTER; in isPointerEvent()
744 if (source & AINPUT_SOURCE_CLASS_POINTER) { in isTouchEvent()