Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java740 int numPoints2 = list2.get(i).numTouchPoints; in combineGestureSteps() local
741 TouchPoint[] touchPoints = new TouchPoint[numPoints1 + numPoints2]; in combineGestureSteps()
746 for (int j = 0; j < numPoints2; j++) { in combineGestureSteps()
751 numPoints1 + numPoints2, touchPoints)); in combineGestureSteps()