Lines Matching defs:motionEvent
1852 if (MotionEvent::isTouchEvent(motionEntry->source, motionEntry->action)) {
2765 MotionEvent event;
3063 const MotionEvent* motionEvent = static_cast<const MotionEvent*>(event);
3064 int32_t action = motionEvent->getAction();
3065 size_t pointerCount = motionEvent->getPointerCount();
3066 const PointerProperties* pointerProperties = motionEvent->getPointerProperties();
3072 nsecs_t eventTime = motionEvent->getEventTime();
3077 const nsecs_t* sampleEventTimes = motionEvent->getSampleEventTimes();
3078 const PointerCoords* samplePointerCoords = motionEvent->getSamplePointerCoords();
3080 motionEvent->getDeviceId(), motionEvent->getSource(), policyFlags,
3081 action, motionEvent->getFlags(),
3082 motionEvent->getMetaState(), motionEvent->getButtonState(),
3083 motionEvent->getEdgeFlags(),
3084 motionEvent->getXPrecision(), motionEvent->getYPrecision(),
3085 motionEvent->getDownTime(), uint32_t(pointerCount),
3087 for (size_t i = motionEvent->getHistorySize(); i > 0; i--) {