Home
last modified time | relevance | path

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

/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java600 VGroup newChildGroup = new VGroup(); in inflateInternal() local
601 newChildGroup.inflate(res, attrs, theme, parser); in inflateInternal()
602 currentGroup.mChildren.add(newChildGroup); in inflateInternal()
603 groupStack.push(newChildGroup); in inflateInternal()
604 if (newChildGroup.getGroupName() != null) { in inflateInternal()
605 pathRenderer.mVGTargetsMap.put(newChildGroup.getGroupName(), in inflateInternal()
606 newChildGroup); in inflateInternal() local
608 state.mChangingConfigurations |= newChildGroup.mChangingConfigurations; in inflateInternal()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java709 VGroup newChildGroup = new VGroup(); in inflateChildElements() local
710 newChildGroup.inflate(res, attrs, theme); in inflateChildElements()
711 currentGroup.addChild(newChildGroup); in inflateChildElements()
712 groupStack.push(newChildGroup); in inflateChildElements()
713 if (newChildGroup.getGroupName() != null) { in inflateChildElements()
714 state.mVGTargetsMap.put(newChildGroup.getGroupName(), in inflateChildElements()
715 newChildGroup); in inflateChildElements() local
717 state.mChangingConfigurations |= newChildGroup.mChangingConfigurations; in inflateChildElements()