Searched defs:addPath (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath.java523 public void addPath(Path src, float dx, float dy) { method in class:Path
533 public void addPath(Path src) { method in class:Path
534 addPath(src, 0, 0);
542 public void addPath(Path src, Matrix matrix) { method in class:Path
/frameworks/base/graphics/java/android/graphics/
H A DPath.java450 public void addPath(Path src, float dx, float dy) { method in class:Path
459 public void addPath(Path src) { method in class:Path
468 public void addPath(Path src, Matrix matrix) { method in class:Path

Completed in 98 milliseconds