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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java873 } else if (child instanceof VPath) {
874 VPath childPath = (VPath) child;
900 } else if (child instanceof VPath) {
901 VPath childPath = (VPath) child;
926 } else if (child instanceof VPath) {
927 VPath childPath = (VPath) child;
938 private void drawPath(VGroup vGroup, VPath vPat
1244 private static class VPath { class in class:VectorDrawable
1249 public VPath() { method in class:VectorDrawable.VPath
1253 public VPath(VPath copy) { method in class:VectorDrawable.VPath
[all...]

Completed in 152 milliseconds