Home | History | Annotate | Download | only in androidfw

Lines Matching defs:pointerCoords

296         const PointerCoords* pointerCoords) {
338 msg.body.motion.pointers[i].coords.copyFrom(pointerCoords[i]);
656 PointerCoords& msgCoords = msg->body.motion.pointers[i].coords;
657 const PointerCoords& resampleCoords = state.lastResample.getPointerById(id);
760 PointerCoords& resampledCoords = touchState.lastResample.pointers[i];
761 const PointerCoords& currentCoords = current->getPointerById(id);
764 const PointerCoords& otherCoords = other->getPointerById(id);
895 PointerCoords pointerCoords[pointerCount];
898 pointerCoords[i].copyFrom(msg->body.motion.pointers[i].coords);
917 pointerCoords);
922 PointerCoords pointerCoords[pointerCount];
924 pointerCoords[i].copyFrom(msg->body.motion.pointers[i].coords);
928 event->addSample(msg->body.motion.eventTime, pointerCoords);