Searched refs:parent1 (Results 1 – 2 of 2) sorted by relevance
37 private lateinit var parent1: FrameLayout variable in com.android.systemui.qs.QSPanelSwitchToParentTest52 parent1 = FrameLayout(mContext) in setUp()58 parent1.addView(view1A) in setUp()60 parent1.addView(view1B) in setUp()62 parent1.addView(view1C) in setUp()83 assertThat(parent1.childrenList).containsExactly( in testMoveToEndNoParent()94 parent1.addView(movingView, 0) in testMoveToEndDifferentParent()98 assertThat(parent1.childrenList).containsExactly( in testMoveToEndDifferentParent()112 assertThat(parent1.childrenList).containsExactly( in testMoveToEndSameParent()124 assertThat(parent1.childrenList).containsExactly( in testMoveToMiddleFromNoParent()[all …]
134 auto parent1 = TestUtils::createNode(0, 0, 200, 400, in TEST() local144 EXPECT_TRUE(parent1->isValid()); in TEST()147 EXPECT_TRUE(parent1->nothingToDraw()); in TEST()150 TestUtils::syncHierarchyPropertiesAndDisplayList(parent1); in TEST()153 EXPECT_TRUE(parent1->isValid()); in TEST()156 EXPECT_FALSE(parent1->nothingToDraw()); in TEST()162 EXPECT_TRUE(parent1->isValid()); in TEST()165 EXPECT_FALSE(parent1->nothingToDraw()); in TEST()168 TestUtils::recordNode(*parent1, [](Canvas& canvas) { in TEST()172 TestUtils::syncHierarchyPropertiesAndDisplayList(parent1); in TEST()[all …]