Searched defs:toPath (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/gesture/ |
D | Gesture.java | 125 public Path toPath() { in toPath() method in Gesture 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 146 public Path toPath(Path path, int width, int height, int edge, int numSample) { in toPath() method in Gesture
|
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
|
/frameworks/av/media/mtp/ |
D | MtpUtils.cpp | 120 int copyRecursive(const char *fromPath, const char *toPath) { in copyRecursive() 156 int copyFile(const char *fromPath, const char *toPath) { in copyFile()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/ |
D | CornerPathRenderer.java | 90 private Path toPath(List<PointF> points) { in toPath() method in CornerPathRenderer
|
/frameworks/layoutlib/bridge/src/android/util/ |
D | PathParser_Delegate.java | 150 PathParser_Delegate toPath = PathParser_Delegate.getDelegate(toDataPtr); in nCanMorph() local
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 1013 public void toPath(Path path) { in toPath() method in VectorDrawable_Delegate.VPath_Delegate
|