Searched refs:mTempPos (Results 1 – 2 of 2) 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()
182 Landroid/accessibilityservice/GestureDescription;->mTempPos:[F