Searched refs:parentGroup (Results 1 – 4 of 4) sorted by relevance
105 ItemGroup parentGroup = new ItemGroup(); in testNestedGroup() local107 parentGroup.registerObserver(observer); in testNestedGroup()109 parentGroup.addChild(CHILD_1); in testNestedGroup()112 parentGroup.addChild(childGroup); in testNestedGroup()113 parentGroup.addChild(CHILD_4); in testNestedGroup()116 .that(parentGroup.getItemAt(0)) in testNestedGroup()119 .that(parentGroup.getItemAt(1)) in testNestedGroup()122 .that(parentGroup.getItemAt(2)) in testNestedGroup()125 .that(parentGroup.getItemAt(3)) in testNestedGroup()129 inOrder.verify(observer).onItemRangeInserted(eq(parentGroup), eq(0), eq(1)); in testNestedGroup()[all …]
1379 void assignParent(@Nullable PreferenceGroup parentGroup) { in assignParent() argument1380 mParentGroup = parentGroup; in assignParent()
3116 ViewGroup parentGroup = (ViewGroup) mLayoutInflater.inflate(3119 parentGroup, false);3121 parentGroup, false);3122 parentGroup.addView(row1);3123 parentGroup.addView(row2);3125 mDirectShareViewHolder = new DirectShareViewHolder(parentGroup,
1151 ViewGroup parentGroup = (ViewGroup) parent; in prefetchSiblingsOfRealNode() local1155 parentGroup.addChildrenForAccessibility(children); in prefetchSiblingsOfRealNode()