Searched refs:isPointerEvent (Results 1 – 2 of 2) sorted by relevance
88 inline static bool isPointerEvent(int32_t source) { in isPointerEvent() function775 } else if (isPointerEvent(mMsg.body.motion.source) && in consume()940 if (!mResampleTouch || !isPointerEvent(msg.body.motion.source)) { in updateTouchState()1052 || !(isPointerEvent(event->getSource())) in resampleTouchState()
1573 bool isPointerEvent = entry->source & AINPUT_SOURCE_CLASS_POINTER; in dispatchMotionLocked() local1580 if (isPointerEvent) { in dispatchMotionLocked()1596 ALOGW("Permission denied, dropping the motion (isPointer=%s)", toString(isPointerEvent)); in dispatchMotionLocked()1600 CancelationOptions::Mode mode(isPointerEvent in dispatchMotionLocked()1611 if (isPointerEvent) { in dispatchMotionLocked()