Home
last modified time | relevance | path

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

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