Searched refs:newChildGroup (Results 1 – 2 of 2) sorted by relevance
760 VGroup newChildGroup = new VGroup(); in inflateInternal() local761 newChildGroup.inflate(res, attrs, theme, parser); in inflateInternal()762 currentGroup.mChildren.add(newChildGroup); in inflateInternal()763 groupStack.push(newChildGroup); in inflateInternal()764 if (newChildGroup.getGroupName() != null) { in inflateInternal()765 pathRenderer.mVGTargetsMap.put(newChildGroup.getGroupName(), in inflateInternal()766 newChildGroup); in inflateInternal() local768 state.mChangingConfigurations |= newChildGroup.mChangingConfigurations; in inflateInternal()
835 VGroup newChildGroup = new VGroup(); in inflateChildElements() local836 newChildGroup.inflate(res, attrs, theme); in inflateChildElements()837 currentGroup.addChild(newChildGroup); in inflateChildElements()838 groupStack.push(newChildGroup); in inflateChildElements()839 if (newChildGroup.getGroupName() != null) { in inflateChildElements()840 state.mVGTargetsMap.put(newChildGroup.getGroupName(), in inflateChildElements()841 newChildGroup); in inflateChildElements() local843 state.mChangingConfigurations |= newChildGroup.mChangingConfigurations; in inflateChildElements()