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()
3552 ViewGroup parentGroup = (ViewGroup) mLayoutInflater.inflate(3555 parentGroup, false);3557 parentGroup, false);3558 parentGroup.addView(row1);3559 parentGroup.addView(row2);3561 mDirectShareViewHolder = new DirectShareViewHolder(parentGroup,
9046 View parentGroup = null;9050 parentGroup = (View) viewParent;9053 while (parentGroup != null && !parentGroup.isImportantForAutofill()) {9054 ignoredParentLeft += parentGroup.mLeft;9055 ignoredParentTop += parentGroup.mTop;9057 viewParent = parentGroup.getParent();9059 parentGroup = (View) viewParent;10609 final ViewGroup parentGroup = (ViewGroup) currentParent; in populateAccessibilityNodeInfoDrawingOrderInParent() local10610 final int childCount = parentGroup.getChildCount(); in populateAccessibilityNodeInfoDrawingOrderInParent()10612 List<View> preorderedList = parentGroup.buildOrderedChildList(); in populateAccessibilityNodeInfoDrawingOrderInParent()[all …]
1394 ViewGroup parentGroup = (ViewGroup) parent; in prefetchSiblingsOfRealNode() local1405 parentGroup.addChildrenForAccessibility(children); in prefetchSiblingsOfRealNode()