Home
last modified time | relevance | path

Searched refs:copyChild (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1323 final VObject copyChild = children.get(i); in VGroup() local
1324 if (copyChild instanceof VGroup) { in VGroup()
1325 final VGroup copyGroup = (VGroup) copyChild; in VGroup()
1329 if (copyChild instanceof VFullPath) { in VGroup()
1330 newPath = new VFullPath((VFullPath) copyChild); in VGroup()
1331 } else if (copyChild instanceof VClipPath) { in VGroup()
1332 newPath = new VClipPath((VClipPath) copyChild); in VGroup()