Home
last modified time | relevance | path

Searched defs:toPath (Results 1 – 6 of 6) 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()
157 int copyFile(const char *fromPath, const char *toPath) { in copyFile()
/frameworks/av/media/mtp/tests/MtpFuzzer/
Dmtp_fuzzer.cpp76 int createDatabaseFromSourceDir(const char* fromPath, const char* toPath, in createDatabaseFromSourceDir()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
DCornerPathRenderer.java90 private Path toPath(List<PointF> points) { in toPath() method in CornerPathRenderer