Home
last modified time | relevance | path

Searched refs:mTapLocation (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/accessibilityservice/
DGestureDescription.java247 float[] mTapLocation; field in GestureDescription.StrokeDescription
298 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()