Searched refs:groupStack (Results 1 – 1 of 1) sorted by relevance
821 final Stack<VGroup> groupStack = new Stack<VGroup>(); in inflateChildElements() local822 groupStack.push(state.mRootGroup); in inflateChildElements()832 final VGroup currentGroup = groupStack.peek(); in inflateChildElements()855 groupStack.push(newChildGroup); in inflateChildElements()865 groupStack.pop(); in inflateChildElements()