/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 | 160 public Path toPath(float width, float height, int numSample) { in toPath() method in GestureStroke
|
D | GestureOverlayView.java | 296 final Path path = mCurrentGesture.toPath(); in setGesture()
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
D | PathParser_Delegate.java | 150 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/ |
D | VectorDrawable_Delegate.java | 979 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/ |
D | VectorDrawableCompat.java | 1013 vPath.toPath(mPath); in drawPath() 1380 public void toPath(Path path) { in toPath() method in VectorDrawableCompat.VPath
|
/frameworks/opt/setupwizard/tools/docs/ |
D | jsilver.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/clearsilver/
org/ ... |
D | doclava.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/ccil/
org/ ... |
D | android-22.txt | 10241 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/ |
D | current.txt | 11274 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);
|
D | test-current.txt | 11287 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);
|
D | system-current.txt | 11713 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);
|