Searched refs:newChildGroup (Results 1 – 1 of 1) sorted by relevance
856 VGroup newChildGroup = new VGroup(); in inflateChildElements() local857 newChildGroup.inflate(res, attrs, theme); in inflateChildElements()858 currentGroup.addChild(newChildGroup); in inflateChildElements()859 groupStack.push(newChildGroup); in inflateChildElements()860 if (newChildGroup.getGroupName() != null) { in inflateChildElements()861 state.mVGTargetsMap.put(newChildGroup.getGroupName(), in inflateChildElements()862 newChildGroup); in inflateChildElements() local864 state.mChangingConfigurations |= newChildGroup.mChangingConfigurations; in inflateChildElements()