Searched refs:groupStack (Results 1 – 2 of 2) sorted by relevance
728 final Stack<VGroup> groupStack = new Stack<VGroup>(); in inflateInternal() local729 groupStack.push(pathRenderer.mRootGroup); in inflateInternal()739 final VGroup currentGroup = groupStack.peek(); in inflateInternal()761 groupStack.push(newChildGroup); in inflateInternal()771 groupStack.pop(); in inflateInternal()
719 final Stack<VGroup> groupStack = new Stack<VGroup>(); in inflateChildElements() local720 groupStack.push(state.mRootGroup); in inflateChildElements()730 final VGroup currentGroup = groupStack.peek(); in inflateChildElements()753 groupStack.push(newChildGroup); in inflateChildElements()763 groupStack.pop(); in inflateChildElements()