Home
last modified time | relevance | path

Searched refs:groupStack (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java580 final Stack<VGroup> groupStack = new Stack<VGroup>(); in inflateInternal() local
581 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()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java685 final Stack<VGroup> groupStack = new Stack<VGroup>(); in inflateChildElements() local
686 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()