Searched refs:mTempPos (Results 1 – 1 of 1) sorted by relevance
51 private final float[] mTempPos = new float[2]; field in GestureDescription156 strokeDescription.getPosForTime(time, mTempPos); in getPointsForTime()157 touchPoints[numPointsFound].mX = Math.round(mTempPos[0]); in getPointsForTime()158 touchPoints[numPointsFound].mY = Math.round(mTempPos[1]); in getPointsForTime()