Home
last modified time | relevance | path

Searched defs:toPath (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/gesture/
DGesture.java125 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
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
/frameworks/av/media/mtp/
DMtpUtils.cpp120 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/
DCornerPathRenderer.java90 private Path toPath(List<PointF> points) { in toPath() method in CornerPathRenderer
/frameworks/layoutlib/bridge/src/android/util/
DPathParser_Delegate.java150 PathParser_Delegate toPath = PathParser_Delegate.getDelegate(toDataPtr); in nCanMorph() local
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java1013 public void toPath(Path path) { in toPath() method in VectorDrawable_Delegate.VPath_Delegate