Searched defs:toPath (Results 1 – 6 of 6) 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() 157 int copyFile(const char *fromPath, const char *toPath) { in copyFile()
|
/frameworks/av/media/mtp/tests/MtpFuzzer/ |
D | mtp_fuzzer.cpp | 76 int createDatabaseFromSourceDir(const char* fromPath, const char* toPath, in createDatabaseFromSourceDir()
|
/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
|