Home
last modified time | relevance | path

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

/frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/
DVectorDrawableCompat.java760 VGroup newChildGroup = new VGroup(); in inflateInternal() local
761 newChildGroup.inflate(res, attrs, theme, parser); in inflateInternal()
762 currentGroup.mChildren.add(newChildGroup); in inflateInternal()
763 groupStack.push(newChildGroup); in inflateInternal()
764 if (newChildGroup.getGroupName() != null) { in inflateInternal()
765 pathRenderer.mVGTargetsMap.put(newChildGroup.getGroupName(), in inflateInternal()
766 newChildGroup); in inflateInternal() local
768 state.mChangingConfigurations |= newChildGroup.mChangingConfigurations; in inflateInternal()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java835 VGroup newChildGroup = new VGroup(); in inflateChildElements() local
836 newChildGroup.inflate(res, attrs, theme); in inflateChildElements()
837 currentGroup.addChild(newChildGroup); in inflateChildElements()
838 groupStack.push(newChildGroup); in inflateChildElements()
839 if (newChildGroup.getGroupName() != null) { in inflateChildElements()
840 state.mVGTargetsMap.put(newChildGroup.getGroupName(), in inflateChildElements()
841 newChildGroup); in inflateChildElements() local
843 state.mChangingConfigurations |= newChildGroup.mChangingConfigurations; in inflateChildElements()