Searched refs:isPointerEvent (Results 1 – 3 of 3) sorted by relevance
179 inline bool isPointerEvent(int32_t source) { in isPointerEvent() function287 } else if (isPointerEvent(mMsg.body.motion.source) && in consume()460 if (!mResampleTouch || !isPointerEvent(msg.body.motion.source)) { in updateTouchState()570 if (!mResampleTouch || !(isPointerEvent(event->getSource())) || in resampleTouchState()
546 final boolean isPointerEvent = (inputSource & SOURCE_CLASS_POINTER) == SOURCE_CLASS_POINTER; in runScroll()548 if (isPointerEvent) { in runScroll()
2029 const bool isPointerEvent = isFromSource(entry->source, AINPUT_SOURCE_CLASS_POINTER); in dispatchMotionLocked() local2035 if (isPointerEvent) { in dispatchMotionLocked()2069 isPointerEvent ? CancelationOptions::Mode::CANCEL_POINTER_EVENTS in dispatchMotionLocked()4860 const bool isPointerEvent = in injectInputEvent() local4864 isPointerEvent && (event->getDisplayId() == ui::LogicalDisplayId::INVALID) in injectInputEvent()