Searched refs:newChildGroup (Results 1 – 2 of 2) sorted by relevance
758 VGroup newChildGroup = new VGroup(); in inflateInternal() local759 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() local766 state.mChangingConfigurations |= newChildGroup.mChangingConfigurations; in inflateInternal()
750 VGroup newChildGroup = new VGroup(); in inflateChildElements() local751 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() local758 state.mChangingConfigurations |= newChildGroup.mChangingConfigurations; in inflateChildElements()