Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accessibilityservice/
DGestureDescription.java261 Path tempPath = new Path(path); in StrokeDescription() local
262 tempPath.lineTo(-1, -1); in StrokeDescription()
264 PathMeasure pathMeasure = new PathMeasure(tempPath, false); in StrokeDescription()