Searched refs:newChildGroup (Results 1 – 2 of 2) sorted by relevance
754 VGroup newChildGroup = new VGroup(); in inflateInternal() local755 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() local762 state.mChangingConfigurations |= newChildGroup.mChangingConfigurations; in inflateInternal()
743 VGroup newChildGroup = new VGroup(); in inflateChildElements() local744 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() local751 state.mChangingConfigurations |= newChildGroup.mChangingConfigurations; in inflateChildElements()