Searched refs:mTapLocation (Results 1 – 1 of 1) sorted by relevance
247 float[] mTapLocation; field in GestureDescription.StrokeDescription298 mTapLocation = new float[2]; in StrokeDescription()300 pathMeasure.getPosTan(0, mTapLocation, null); in StrokeDescription()405 if (mTapLocation != null) { in getPosForTime()406 pos[0] = mTapLocation[0]; in getPosForTime()407 pos[1] = mTapLocation[1]; in getPosForTime()