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.java758 VGroup newChildGroup = new VGroup(); in inflateInternal() local
759 newChildGroup.inflate(res, attrs, theme, parser); in inflateInternal()
760 currentGroup.mChildren.add(newChildGroup); in inflateInternal()
761 groupStack.push(newChildGroup); in inflateInternal()
762 if (newChildGroup.getGroupName() != null) { in inflateInternal()
763 pathRenderer.mVGTargetsMap.put(newChildGroup.getGroupName(), in inflateInternal()
764 newChildGroup); in inflateInternal() local
766 state.mChangingConfigurations |= newChildGroup.mChangingConfigurations; in inflateInternal()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java750 VGroup newChildGroup = new VGroup(); in inflateChildElements() local
751 newChildGroup.inflate(res, attrs, theme); in inflateChildElements()
752 currentGroup.addChild(newChildGroup); in inflateChildElements()
753 groupStack.push(newChildGroup); in inflateChildElements()
754 if (newChildGroup.getGroupName() != null) { in inflateChildElements()
755 state.mVGTargetsMap.put(newChildGroup.getGroupName(), in inflateChildElements()
756 newChildGroup); in inflateChildElements() local
758 state.mChangingConfigurations |= newChildGroup.mChangingConfigurations; in inflateChildElements()