Searched defs:toPath (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/gesture/
H A DOrientedBoundingBox.java55 public Path toPath() { method in class:OrientedBoundingBox
H A DGesture.java125 public Path toPath() { method in class:Gesture
126 return toPath(null);
129 public Path toPath(Path path) { method in class:Gesture
142 public Path toPath(int width, int height, int edge, int numSample) { method in class:Gesture
143 return toPath(null, width, height, edge, numSample);
146 public Path toPath(Path path, int width, int height, int edge, int numSample) { method in class:Gesture
153 path.addPath(strokes.get(i).toPath(width - 2 * edge, height - 2 * edge, numSample));
204 Path path = strokes.get(i).toPath(width - 2 * edge, height - 2 * edge, numSample);
234 final Path path = toPath();
H A DGestureStroke.java161 public Path toPath(float width, float height, int numSample) { method in class:GestureStroke

Completed in 112 milliseconds