Home
last modified time | relevance | path

Searched refs:toPath (Results 1 – 6 of 6) 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.txt7594 method public android.graphics.Path toPath();
7595 method public android.graphics.Path toPath(android.graphics.Path);
7596 method public android.graphics.Path toPath(int, int, int, int);
7597 method public android.graphics.Path toPath(android.graphics.Path, int, int, int, int);
7732 method public android.graphics.Path toPath(float, float, int);
D14.txt7594 method public android.graphics.Path toPath();
7595 method public android.graphics.Path toPath(android.graphics.Path);
7596 method public android.graphics.Path toPath(int, int, int, int);
7597 method public android.graphics.Path toPath(android.graphics.Path, int, int, int, int);
7732 method public android.graphics.Path toPath(float, float, int);