Searched refs:mTapLocation (Results 1 – 1 of 1) sorted by relevance
212 float[] mTapLocation; field in GestureDescription.StrokeDescription263 mTapLocation = new float[2]; in StrokeDescription()265 pathMeasure.getPosTan(0, mTapLocation, null); in StrokeDescription()370 if (mTapLocation != null) { in getPosForTime()371 pos[0] = mTapLocation[0]; in getPosForTime()372 pos[1] = mTapLocation[1]; in getPosForTime()