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.java728 final Stack<VGroup> groupStack = new Stack<VGroup>(); in inflateInternal() local
729 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()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java719 final Stack<VGroup> groupStack = new Stack<VGroup>(); in inflateChildElements() local
720 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()