Searched refs:newChildGroup (Results 1 – 2 of 2) sorted by relevance
600 VGroup newChildGroup = new VGroup(); in inflateInternal() local601 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() local608 state.mChangingConfigurations |= newChildGroup.mChangingConfigurations; in inflateInternal()
709 VGroup newChildGroup = new VGroup(); in inflateChildElements() local710 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() local717 state.mChangingConfigurations |= newChildGroup.mChangingConfigurations; in inflateChildElements()