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.java1330 final VObject copyChild = children.get(i); in VGroup() local
1331 if (copyChild instanceof VGroup) { in VGroup()
1332 final VGroup copyGroup = (VGroup) copyChild; in VGroup()
1336 if (copyChild instanceof VFullPath) { in VGroup()
1337 newPath = new VFullPath((VFullPath) copyChild); in VGroup()
1338 } else if (copyChild instanceof VClipPath) { in VGroup()
1339 newPath = new VClipPath((VClipPath) copyChild); in VGroup()