Searched refs:toPath (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/gesture/
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 DOrientedBoundingBox.java55 public Path toPath() { method in class:OrientedBoundingBox
H A DGestureStroke.java161 public Path toPath(float width, float height, int numSample) { method in class:GestureStroke
H A DGestureOverlayView.java288 final Path path = mCurrentGesture.toPath();

Completed in 54 milliseconds