Searched refs:childrenList (Results 1 – 3 of 3) sorted by relevance
83 assertThat(parent1.childrenList).containsExactly( in testMoveToEndNoParent()87 assertThat(parent2.childrenList).containsExactly( in testMoveToEndNoParent()98 assertThat(parent1.childrenList).containsExactly( in testMoveToEndDifferentParent()101 assertThat(parent2.childrenList).containsExactly( in testMoveToEndDifferentParent()112 assertThat(parent1.childrenList).containsExactly( in testMoveToEndSameParent()115 assertThat(parent2.childrenList).containsExactly( in testMoveToEndSameParent()124 assertThat(parent1.childrenList).containsExactly( in testMoveToMiddleFromNoParent()127 assertThat(parent2.childrenList).containsExactly( in testMoveToMiddleFromNoParent()138 assertThat(parent1.childrenList).containsExactly( in testMoveToMiddleDifferentParent()141 assertThat(parent2.childrenList).containsExactly( in testMoveToMiddleDifferentParent()[all …]
98 .childrenList in <lambda>()100 assertEquals(TEXT_VIEW_COUNT, testActivityRoot.childrenList.size) in <lambda>()107 exportedData.getClassname(testActivityRoot.childrenList.first().classnameIndex) in <lambda>()
200 ArrayList<View> childrenList = mCurrentRootView.buildOrderedChildList(); in removeView() local201 newRoot = childrenList.get(childrenList.size() - 1); in removeView()