Searched refs:groupStack (Results 1 – 2 of 2) sorted by relevance
580 final Stack<VGroup> groupStack = new Stack<VGroup>(); in inflateInternal() local581 groupStack.push(pathRenderer.mRootGroup); in inflateInternal()587 final VGroup currentGroup = groupStack.peek(); in inflateInternal()609 groupStack.push(newChildGroup); in inflateInternal()619 groupStack.pop(); in inflateInternal()
685 final Stack<VGroup> groupStack = new Stack<VGroup>(); in inflateChildElements() local686 groupStack.push(state.mRootGroup); in inflateChildElements()692 final VGroup currentGroup = groupStack.peek(); in inflateChildElements()715 groupStack.push(newChildGroup); in inflateChildElements()725 groupStack.pop(); in inflateChildElements()