Home
last modified time | relevance | path

Searched refs:toPath (Results 1 – 13 of 13) 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.java160 public Path toPath(float width, float height, int numSample) { in toPath() method in GestureStroke
DGestureOverlayView.java296 final Path path = mCurrentGesture.toPath(); in setGesture()
/frameworks/base/tools/layoutlib/bridge/src/android/util/
DPathParser_Delegate.java150 PathParser_Delegate toPath = PathParser_Delegate.getDelegate(toDataPtr); in nCanMorph() local
151 if (fromPath == null || toPath == null || fromPath.getPathDataNodes() == null || toPath in nCanMorph()
155 return PathParser_Delegate.canMorph(fromPath.getPathDataNodes(), toPath.getPathDataNodes()); in nCanMorph()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java979 public void toPath(Path path) { in toPath() method in VectorDrawable_Delegate.VPath_Delegate
1094 VPath.toPath(mPath); in drawPath()
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java1013 vPath.toPath(mPath); in drawPath()
1380 public void toPath(Path path) { in toPath() method in VectorDrawableCompat.VPath
/frameworks/opt/setupwizard/tools/docs/
Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
Dandroid-22.txt10241 method public android.graphics.Path toPath();
10242 method public android.graphics.Path toPath(android.graphics.Path);
10243 method public android.graphics.Path toPath(int, int, int, int);
10244 method public android.graphics.Path toPath(android.graphics.Path, int, int, int, int);
10380 method public android.graphics.Path toPath(float, float, int);
/frameworks/base/api/
Dcurrent.txt11274 method public android.graphics.Path toPath();
11275 method public android.graphics.Path toPath(android.graphics.Path);
11276 method public android.graphics.Path toPath(int, int, int, int);
11277 method public android.graphics.Path toPath(android.graphics.Path, int, int, int, int);
11413 method public android.graphics.Path toPath(float, float, int);
Dtest-current.txt11287 method public android.graphics.Path toPath();
11288 method public android.graphics.Path toPath(android.graphics.Path);
11289 method public android.graphics.Path toPath(int, int, int, int);
11290 method public android.graphics.Path toPath(android.graphics.Path, int, int, int, int);
11426 method public android.graphics.Path toPath(float, float, int);
Dsystem-current.txt11713 method public android.graphics.Path toPath();
11714 method public android.graphics.Path toPath(android.graphics.Path);
11715 method public android.graphics.Path toPath(int, int, int, int);
11716 method public android.graphics.Path toPath(android.graphics.Path, int, int, int, int);
11852 method public android.graphics.Path toPath(float, float, int);