Home
last modified time | relevance | path

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

/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java1332 Object copyChild = children.get(i); in VGroup() local
1333 if (copyChild instanceof VGroup) { in VGroup()
1334 VGroup copyGroup = (VGroup) copyChild; in VGroup()
1338 if (copyChild instanceof VFullPath) { in VGroup()
1339 newPath = new VFullPath((VFullPath) copyChild); in VGroup()
1340 } else if (copyChild instanceof VClipPath) { in VGroup()
1341 newPath = new VClipPath((VClipPath) copyChild); in VGroup()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1216 final VObject copyChild = children.get(i); in VGroup() local
1217 if (copyChild instanceof VGroup) { in VGroup()
1218 final VGroup copyGroup = (VGroup) copyChild; in VGroup()
1222 if (copyChild instanceof VFullPath) { in VGroup()
1223 newPath = new VFullPath((VFullPath) copyChild); in VGroup()
1224 } else if (copyChild instanceof VClipPath) { in VGroup()
1225 newPath = new VClipPath((VClipPath) copyChild); in VGroup()