Searched refs:child3 (Results 1 – 3 of 3) sorted by relevance
35 private ViewGroup child3; field in ViewGroupTest49 child3 = new FrameLayout(context); in setUp()55 root.addView(child3); in setUp()57 child3.addView(child3a); in setUp()58 child3.addView(child3b); in setUp()94 assertThat(root.getChildAt(1), sameInstance((View) child3)); in testRemoveChildAt()104 root.addView(child3, 1); in testAddViewAt()106 assertThat(root.getChildAt(1), sameInstance((View) child3)); in testAddViewAt()115 child3.setTag("tag3"); in shouldfindViewWithTag()118 root.addView(child3, 1); in shouldfindViewWithTag()[all …]
164 child3 = variable.GetChildAtIndex(3)165 self.DebugSBValue(child3)166 self.assertTrue(child3.GetSummary() == '"Guten Tag"',
524 ANTLRCommonTree *child3 = [ANTLRCommonTree newTreeWithTokenType:ANTLRTokenTypeDOWN];526 [parent2 addChild:child3];544 ANTLRCommonTree *child3 = [ANTLRCommonTree newTreeWithTokenType:ANTLRTokenTypeDOWN];546 [parent2 addChild:child3];