Searched refs:groupStack (Results 1 – 1 of 1) sorted by relevance
825 final Stack<VGroup> groupStack = new Stack<VGroup>(); in inflateChildElements() local826 groupStack.push(state.mRootGroup); in inflateChildElements()836 final VGroup currentGroup = groupStack.peek(); in inflateChildElements()859 groupStack.push(newChildGroup); in inflateChildElements()869 groupStack.pop(); in inflateChildElements()