Searched refs:viewGroup2 (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 | 326 UIViewGroup* viewGroup2 = CreateTestUIViewGroup(viewGroup1, true, false); in CreateLabels() local 333 viewGroup2->SetPosition(100, 5, 80, 50); /* 100: x, 5: y; 80: width, 50: height */ in CreateLabels() 341 CreateTestUILabel(viewGroup2, 5, 5, "3", true); /* 5: x, 5: y */ in CreateLabels()
|