Searched refs:viewGroup3 (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_focus_manager/ |
H A D | ui_test_focus_manager.cpp | 327 UIViewGroup* viewGroup3 = CreateTestUIViewGroup(viewGroup, true, false); in CreateLabels() local 328 UIViewGroup* viewGroup4 = CreateTestUIViewGroup(viewGroup3, true, false); in CreateLabels() 334 viewGroup3->SetPosition(290, 5, 280, 115); /* 290: x, 5: y; 280: width, 115: height */ in CreateLabels() 344 CreateTestUILabel(viewGroup3, 150, 70, "6", true); /* 150: x, 70: y */ in CreateLabels()
|