Searched refs:firstMotionSample (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/ui/
H A DInputDispatcher.cpp1690 MotionSample* firstMotionSample = dispatchEntry->headMotionSample; local
1691 if (! firstMotionSample) {
1692 firstMotionSample = & motionEntry->firstSample;
1710 motionEntry->downTime, firstMotionSample->eventTime,
1712 firstMotionSample->pointerCoords);
1722 MotionSample* nextMotionSample = firstMotionSample->next;

Completed in 27 milliseconds