Home | History | Annotate | Download | only in dumprendertree

Lines Matching full:pointerids

179         int[] pointerIds = new int[numPoints];
184 pointerIds[i] = mTouchPoints.get(i).getId();
192 MotionEvent.ACTION_DOWN, numPoints, pointerIds, pointerCoords,
204 int[] pointerIds = new int[numPoints];
210 pointerIds[numMovedPoints] = mTouchPoints.get(i).getId();
225 numMovedPoints, pointerIds, pointerCoords,
236 int[] pointerIds = new int[numPoints];
240 pointerIds[i] = mTouchPoints.get(i).getId();
248 numPoints, pointerIds, pointerCoords,
266 int[] pointerIds = new int[numPoints];
274 pointerIds[numCanceledPoints] = mTouchPoints.get(i).getId();
288 numCanceledPoints, pointerIds, pointerCoords,