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.java856 VGroup newChildGroup = new VGroup(); in inflateChildElements() local
857 newChildGroup.inflate(res, attrs, theme); in inflateChildElements()
858 currentGroup.addChild(newChildGroup); in inflateChildElements()
859 groupStack.push(newChildGroup); in inflateChildElements()
860 if (newChildGroup.getGroupName() != null) { in inflateChildElements()
861 state.mVGTargetsMap.put(newChildGroup.getGroupName(), in inflateChildElements()
862 newChildGroup); in inflateChildElements() local
864 state.mChangingConfigurations |= newChildGroup.mChangingConfigurations; in inflateChildElements()