Searched refs:toPath (Results 1 - 9 of 9) 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.java160 public Path toPath(float width, float height, int numSample) { method in class:GestureStroke
H A DGestureOverlayView.java296 final Path path = mCurrentGesture.toPath();
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DPathParser_Delegate.java150 PathParser_Delegate toPath = PathParser_Delegate.getDelegate(toDataPtr);
151 if (fromPath == null || toPath == null || fromPath.getPathDataNodes() == null || toPath
155 return PathParser_Delegate.canMorph(fromPath.getPathDataNodes(), toPath.getPathDataNodes());
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java979 public void toPath(Path path) { method in class:VectorDrawable_Delegate.VPath_Delegate
1094 VPath.toPath(mPath);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1176 vPath.toPath(mPath);
1543 public void toPath(Path path) { method in class:VectorDrawableCompat.VPath
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 285 milliseconds