Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accessibilityservice/
DGestureDescription.java144 int numPointsFound = 0; in getPointsForTime() local
148 touchPoints[numPointsFound].mStrokeId = strokeDescription.getId(); in getPointsForTime()
149 touchPoints[numPointsFound].mContinuedStrokeId = in getPointsForTime()
151 touchPoints[numPointsFound].mIsStartOfPath = in getPointsForTime()
154 touchPoints[numPointsFound].mIsEndOfPath = !strokeDescription.willContinue() in getPointsForTime()
157 touchPoints[numPointsFound].mX = Math.round(mTempPos[0]); in getPointsForTime()
158 touchPoints[numPointsFound].mY = Math.round(mTempPos[1]); in getPointsForTime()
159 numPointsFound++; in getPointsForTime()
162 return numPointsFound; in getPointsForTime()