Searched refs:parentGroup (Results 1 – 5 of 5) 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()
3399 ViewGroup parentGroup = (ViewGroup) mLayoutInflater.inflate(3402 parentGroup, false);3404 parentGroup, false);3405 parentGroup.addView(row1);3406 parentGroup.addView(row2);3408 mDirectShareViewHolder = new DirectShareViewHolder(parentGroup,
1179 ViewGroup parentGroup = (ViewGroup) parent; in prefetchSiblingsOfRealNode() local1183 parentGroup.addChildrenForAccessibility(children); in prefetchSiblingsOfRealNode()
8663 View parentGroup = null;8667 parentGroup = (View) viewParent;8670 while (parentGroup != null && !parentGroup.isImportantForAutofill()) {8671 ignoredParentLeft += parentGroup.mLeft;8672 ignoredParentTop += parentGroup.mTop;8674 viewParent = parentGroup.getParent();8676 parentGroup = (View) viewParent;10061 final ViewGroup parentGroup = (ViewGroup) currentParent;10062 final int childCount = parentGroup.getChildCount();10064 List<View> preorderedList = parentGroup.buildOrderedChildList();[all …]