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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java876 } else if (child instanceof VPath) {
877 VPath childPath = (VPath) child;
903 } else if (child instanceof VPath) {
904 VPath childPath = (VPath) child;
929 } else if (child instanceof VPath) {
930 VPath childPath = (VPath) child;
941 private void drawPath(VGroup vGroup, VPath vPat
1247 private static class VPath { class in class:VectorDrawable
1252 public VPath() { method in class:VectorDrawable.VPath
1256 public VPath(VPath copy) { method in class:VectorDrawable.VPath
[all...]

Completed in 40 milliseconds