Searched defs:toPath (Results 1 - 5 of 5) 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.java160 public Path toPath(float width, float height, int numSample) { method in class:GestureStroke
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1083 vPath.toPath(mPath);
1425 public void toPath(Path path) { method in class:VectorDrawable.VPath
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java873 vPath.toPath(mPath);
1171 public void toPath(Path path) { method in class:VectorDrawableCompat.VPath

Completed in 146 milliseconds