Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/gesture/
DGesture.java125 public Path toPath() { in toPath() method in Gesture
126 return toPath(null); in toPath()
129 public Path toPath(Path path) { in toPath() method in Gesture
142 public Path toPath(int width, int height, int edge, int numSample) { in toPath() method in Gesture
143 return toPath(null, width, height, edge, numSample); in toPath()
146 public Path toPath(Path path, int width, int height, int edge, int numSample) { in toPath() method in Gesture
153 path.addPath(strokes.get(i).toPath(width - 2 * edge, height - 2 * edge, numSample)); in toPath()
204 Path path = strokes.get(i).toPath(width - 2 * edge, height - 2 * edge, numSample); in toBitmap()
234 final Path path = toPath(); in toBitmap()
DOrientedBoundingBox.java55 public Path toPath() { in toPath() method in OrientedBoundingBox
DGestureStroke.java161 public Path toPath(float width, float height, int numSample) { in toPath() method in GestureStroke
DGestureOverlayView.java288 final Path path = mCurrentGesture.toPath(); in setGesture()
/frameworks/base/api/
Dcurrent.txt8714 method public android.graphics.Path toPath();
8715 method public android.graphics.Path toPath(android.graphics.Path);
8716 method public android.graphics.Path toPath(int, int, int, int);
8717 method public android.graphics.Path toPath(android.graphics.Path, int, int, int, int);
8852 method public android.graphics.Path toPath(float, float, int);