Searched refs:numMovedPoints (Results 1 – 1 of 1) sorted by relevance
206 int numMovedPoints = 0; in touchMove() local210 pointerIds[numMovedPoints] = mTouchPoints.get(i).getId(); in touchMove()212 pointerCoords[numMovedPoints].x = mTouchPoints.get(i).getX(); in touchMove()213 pointerCoords[numMovedPoints].y = mTouchPoints.get(i).getY(); in touchMove()214 ++numMovedPoints; in touchMove()219 if (numMovedPoints == 0) { in touchMove()225 numMovedPoints, pointerIds, pointerCoords, in touchMove()