Searched refs:AINPUT_SOURCE_CLASS_POINTER (Results 1 – 5 of 5) 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,
290 if (memento.source & AINPUT_SOURCE_CLASS_POINTER) { in copyPointerStateTo()362 return memento.source & AINPUT_SOURCE_CLASS_POINTER; in shouldCancelMotion()364 return !(memento.source & AINPUT_SOURCE_CLASS_POINTER); in shouldCancelMotion()
457 (motionEntry->source & AINPUT_SOURCE_CLASS_POINTER) && in enqueueInboundEventLocked()602 if (motionEntry->source & AINPUT_SOURCE_CLASS_POINTER) { in dropInboundEventLocked()902 bool isPointerEvent = entry->source & AINPUT_SOURCE_CLASS_POINTER; in dispatchMotionLocked()2131 if (maskedSource != AINPUT_SOURCE_CLASS_POINTER || maskedAction != AMOTION_EVENT_ACTION_DOWN) { in dispatchPointerDownOutsideFocus()2197 if ((motionEntry->source & AINPUT_SOURCE_CLASS_POINTER) && in startDispatchCycleLocked()
547 if (source & AINPUT_SOURCE_CLASS_POINTER) { in isTouchEvent()
88 return (source & AINPUT_SOURCE_CLASS_POINTER) == AINPUT_SOURCE_CLASS_POINTER; in isPointerEvent()