Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accessibilityservice/
DGestureDescription.java125 int numPointsFound = 0; in getPointsForTime() local
129 touchPoints[numPointsFound].mStrokeId = strokeDescription.getId(); in getPointsForTime()
130 touchPoints[numPointsFound].mContinuedStrokeId = in getPointsForTime()
132 touchPoints[numPointsFound].mIsStartOfPath = in getPointsForTime()
135 touchPoints[numPointsFound].mIsEndOfPath = !strokeDescription.willContinue() in getPointsForTime()
138 touchPoints[numPointsFound].mX = Math.round(mTempPos[0]); in getPointsForTime()
139 touchPoints[numPointsFound].mY = Math.round(mTempPos[1]); in getPointsForTime()
140 numPointsFound++; in getPointsForTime()
143 return numPointsFound; in getPointsForTime()