Searched refs:toPath (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/gesture/ |
D | Gesture.java | 125 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()
|
D | OrientedBoundingBox.java | 55 public Path toPath() { in toPath() method in OrientedBoundingBox
|
D | GestureStroke.java | 161 public Path toPath(float width, float height, int numSample) { in toPath() method in GestureStroke
|
D | GestureOverlayView.java | 288 final Path path = mCurrentGesture.toPath(); in setGesture()
|
/frameworks/base/api/ |
D | current.txt | 7594 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);
|
D | 14.txt | 7594 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);
|