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.java754 VGroup newChildGroup = new VGroup(); in inflateInternal() local
755 newChildGroup.inflate(res, attrs, theme, parser); in inflateInternal()
756 currentGroup.mChildren.add(newChildGroup); in inflateInternal()
757 groupStack.push(newChildGroup); in inflateInternal()
758 if (newChildGroup.getGroupName() != null) { in inflateInternal()
759 pathRenderer.mVGTargetsMap.put(newChildGroup.getGroupName(), in inflateInternal()
760 newChildGroup); in inflateInternal() local
762 state.mChangingConfigurations |= newChildGroup.mChangingConfigurations; in inflateInternal()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java743 VGroup newChildGroup = new VGroup(); in inflateChildElements() local
744 newChildGroup.inflate(res, attrs, theme); in inflateChildElements()
745 currentGroup.addChild(newChildGroup); in inflateChildElements()
746 groupStack.push(newChildGroup); in inflateChildElements()
747 if (newChildGroup.getGroupName() != null) { in inflateChildElements()
748 state.mVGTargetsMap.put(newChildGroup.getGroupName(), in inflateChildElements()
749 newChildGroup); in inflateChildElements() local
751 state.mChangingConfigurations |= newChildGroup.mChangingConfigurations; in inflateChildElements()