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()
3544 ViewGroup parentGroup = (ViewGroup) mLayoutInflater.inflate(3547 parentGroup, false);3549 parentGroup, false);3550 parentGroup.addView(row1);3551 parentGroup.addView(row2);3553 mDirectShareViewHolder = new DirectShareViewHolder(parentGroup,
1305 ViewGroup parentGroup = (ViewGroup) parent; in prefetchSiblingsOfRealNode() local1309 parentGroup.addChildrenForAccessibility(children); in prefetchSiblingsOfRealNode()
8882 View parentGroup = null;8886 parentGroup = (View) viewParent;8889 while (parentGroup != null && !parentGroup.isImportantForAutofill()) {8890 ignoredParentLeft += parentGroup.mLeft;8891 ignoredParentTop += parentGroup.mTop;8893 viewParent = parentGroup.getParent();8895 parentGroup = (View) viewParent;10429 final ViewGroup parentGroup = (ViewGroup) currentParent; in populateAccessibilityNodeInfoDrawingOrderInParent() local10430 final int childCount = parentGroup.getChildCount(); in populateAccessibilityNodeInfoDrawingOrderInParent()10432 List<View> preorderedList = parentGroup.buildOrderedChildList(); in populateAccessibilityNodeInfoDrawingOrderInParent()[all …]