Searched refs:childGroup (Results 1 – 3 of 3) sorted by relevance
69 ItemGroup childGroup = new ItemGroup(); in testNestedGroup() local72 childGroup.addChild(CHILD_2); in testNestedGroup()73 childGroup.addChild(CHILD_3); in testNestedGroup()74 parentGroup.addChild(childGroup); in testNestedGroup()91 ItemGroup childGroup = new ItemGroup(); in testEmptyChildGroup() local94 parentGroup.addChild(childGroup); in testEmptyChildGroup()
1061 VGroup_Delegate childGroup = (VGroup_Delegate) child; in drawGroupTree() local1062 drawGroupTree(childGroup, currentGroup.mStackedMatrix, in drawGroupTree()
1143 VGroup childGroup = (VGroup) child; in drawGroupTree() local1144 drawGroupTree(childGroup, currentGroup.mStackedMatrix, in drawGroupTree()