Lines Matching defs:motionEvent
2589 const MotionEvent* motionEvent = static_cast<const MotionEvent*>(event);
2591 int32_t action = motionEvent->getAction();
2592 size_t pointerCount = motionEvent->getPointerCount();
2593 const PointerProperties* pointerProperties = motionEvent->getPointerProperties();
2599 nsecs_t eventTime = motionEvent->getEventTime();
2604 const nsecs_t* sampleEventTimes = motionEvent->getSampleEventTimes();
2605 const PointerCoords* samplePointerCoords = motionEvent->getSamplePointerCoords();
2607 motionEvent->getDeviceId(), motionEvent->getSource(), policyFlags,
2608 action, motionEvent->getFlags(),
2609 motionEvent->getMetaState(), motionEvent->getButtonState(),
2610 motionEvent->getEdgeFlags(),
2611 motionEvent->getXPrecision(), motionEvent->getYPrecision(),
2612 motionEvent->getDownTime(), displayId,
2615 for (size_t i = motionEvent->getHistorySize(); i > 0; i--) {
2619 motionEvent->getDeviceId(), motionEvent->getSource(), policyFlags,
2620 action, motionEvent->getFlags(),
2621 motionEvent->getMetaState(), motionEvent->getButtonState(),
2622 motionEvent->getEdgeFlags(),
2623 motionEvent->getXPrecision(), motionEvent->getYPrecision(),
2624 motionEvent->getDownTime(), displayId,