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