Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java852 VGroup newChildGroup = new VGroup(); in inflateChildElements() local
853 newChildGroup.inflate(res, attrs, theme); in inflateChildElements()
854 currentGroup.addChild(newChildGroup); in inflateChildElements()
855 groupStack.push(newChildGroup); in inflateChildElements()
856 if (newChildGroup.getGroupName() != null) { in inflateChildElements()
857 state.mVGTargetsMap.put(newChildGroup.getGroupName(), in inflateChildElements()
858 newChildGroup); in inflateChildElements() local
860 state.mChangingConfigurations |= newChildGroup.mChangingConfigurations; in inflateChildElements()