Searched refs:numCanceledPoints (Results 1 – 1 of 1) sorted by relevance
269 int numCanceledPoints = 0; in touchCancel() local274 pointerIds[numCanceledPoints] = mTouchPoints.get(i).getId(); in touchCancel()275 pointerCoords[numCanceledPoints] = new MotionEvent.PointerCoords(); in touchCancel()276 pointerCoords[numCanceledPoints].x = mTouchPoints.get(i).getX(); in touchCancel()277 pointerCoords[numCanceledPoints].y = mTouchPoints.get(i).getY(); in touchCancel()278 ++numCanceledPoints; in touchCancel()282 if (numCanceledPoints == 0) { in touchCancel()288 numCanceledPoints, pointerIds, pointerCoords, in touchCancel()