Home
last modified time | relevance | path

Searched refs:numMovedPoints (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DWebViewEventSender.java206 int numMovedPoints = 0; in touchMove() local
210 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()