Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java821 final Stack<VGroup> groupStack = new Stack<VGroup>(); in inflateChildElements() local
822 groupStack.push(state.mRootGroup); in inflateChildElements()
832 final VGroup currentGroup = groupStack.peek(); in inflateChildElements()
855 groupStack.push(newChildGroup); in inflateChildElements()
865 groupStack.pop(); in inflateChildElements()