Searched refs:newChildGroup (Results 1 – 1 of 1) sorted by relevance
852 VGroup newChildGroup = new VGroup(); in inflateChildElements() local853 newChildGroup.inflate(res, attrs, theme); in inflateChildElements()854 currentGroup.addChild(newChildGroup); in inflateChildElements()855 groupStack.push(newChildGroup); in inflateChildElements()856 if (newChildGroup.getGroupName() != null) { in inflateChildElements()857 state.mVGTargetsMap.put(newChildGroup.getGroupName(), in inflateChildElements()858 newChildGroup); in inflateChildElements() local860 state.mChangingConfigurations |= newChildGroup.mChangingConfigurations; in inflateChildElements()