Searched refs:group2 (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_opacity/ |
H A D | ui_test_opacity.cpp | 332 UIViewGroup* group2 = new UIViewGroup(); in UIKitOpacityTestUIViewGroup001() local 334 group2->SetStyle(STYLE_BACKGROUND_COLOR, (Color::White()).full); in UIKitOpacityTestUIViewGroup001() 357 group2->Add(imageView2); in UIKitOpacityTestUIViewGroup001() 363 group1->Add(group2); in UIKitOpacityTestUIViewGroup001() 364 group2->SetOpaScale(100); // 100: opacity in UIKitOpacityTestUIViewGroup001() 423 UIScrollView* group2 = new UIScrollView(); in UIKitOpacityTestUIScrollView001() local 424 group2->SetPosition(170, 80, 150, 150); // 170: x 80: y 150: width 150: height in UIKitOpacityTestUIScrollView001() 425 group2->SetStyle(STYLE_BACKGROUND_COLOR, (Color::White()).full); in UIKitOpacityTestUIScrollView001() 441 group2->Add(imageView2); in UIKitOpacityTestUIScrollView001() 445 group1->Add(group2); in UIKitOpacityTestUIScrollView001() [all …]
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_dump_dom_tree/ |
H A D | ui_test_dump_dom.cpp | 257 UIViewGroup* group2 = new UIViewGroup(); in UIKitTestDumpDom002() local 258 group2->SetPosition(Screen::GetInstance().GetWidth() / 2, 0); // 2: half of screen width in UIKitTestDumpDom002() 259 group2->SetWidth(Screen::GetInstance().GetWidth() / 2); // 2: half of screen width in UIKitTestDumpDom002() 260 group2->SetHeight(200); // 200: height in UIKitTestDumpDom002() 261 group2->SetViewId("dump_group2"); in UIKitTestDumpDom002() 262 container_->Add(group2); in UIKitTestDumpDom002() 263 positionY_ += group2->GetHeight(); in UIKitTestDumpDom002() 266 group2->Add(label); in UIKitTestDumpDom002() 275 group2->Add(imageView); in UIKitTestDumpDom002() 279 group2->Add(dumpButton1); in UIKitTestDumpDom002()
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_analog_clock/ |
H A D | ui_test_analog_clock.cpp | 272 UIViewGroup* group2 = new UIViewGroup(); in UIKitTestImageHandAnalogClock002() local 273 group2->SetPosition(0, Screen::GetInstance().GetHeight() + 50); // 50: increase y-coordinate in UIKitTestImageHandAnalogClock002() 274 group2->SetWidth(Screen::GetInstance().GetWidth()); in UIKitTestImageHandAnalogClock002() 275 group2->SetHeight(Screen::GetInstance().GetHeight() + 100); // 100: increase y-coordinate in UIKitTestImageHandAnalogClock002() 276 container_->Add(group2); in UIKitTestImageHandAnalogClock002() 279 group2->Add(label); in UIKitTestImageHandAnalogClock002() 292 group2->Add(clock2); in UIKitTestImageHandAnalogClock002() 312 CreateButtons002(group2, curFace, clock2); in UIKitTestImageHandAnalogClock002()
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_input_event/ |
H A D | ui_test_input_event.cpp | 241 UIViewGroup* group2 = new UIViewGroup(); in UIKitPointerInputTestDispatchInVisibleEvent001() local 242 uiViewGroup->Add(group2); in UIKitPointerInputTestDispatchInVisibleEvent001() 244 group2->SetPosition(0, positionY_, TEST_VIEW_W + 20, TEST_VIEW_H + 20); in UIKitPointerInputTestDispatchInVisibleEvent001() 245 group2->SetStyle(STYLE_BACKGROUND_COLOR, Color::White().full); in UIKitPointerInputTestDispatchInVisibleEvent001() 247 group2->Add(testView1); in UIKitPointerInputTestDispatchInVisibleEvent001()
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_button/ |
H A D | ui_test_button.cpp | 243 …UIViewGroup *group2 = CreateButtonGroup(500, 35, 100, 100, &checkBoxChangeListener2_, UI_TEST_CHEC… in UIKitCheckBoxTest001() local 246 container_->Add(group2); in UIKitCheckBoxTest001() 267 …UIViewGroup* group2 = CreateButtonGroup(500, 160, 100, 100, &radioChangeListener2_, UI_TEST_RADIO_… in UIKitRadioButtonTest001() local 271 container_->Add(group2); in UIKitRadioButtonTest001() 293 …UIViewGroup* group2 = CreateButtonGroup(500, 300, 100, 100, &toggleChangeListener2_, UI_TEST_TOGGL… in UIKitToggleButtonTest001() local 297 container_->Add(group2); in UIKitToggleButtonTest001()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_layout_test_ng.cpp | 384 auto group2 = GetChildFrameNode(frameNode_, 2); variable 385 groupPos = group2->GetGeometryNode()->GetFrameRect().Top(); 397 group2 = GetChildFrameNode(frameNode_, 2); 398 groupPos = group2->GetGeometryNode()->GetFrameRect().Top(); 450 auto group2 = GetChildFrameNode(frameNode_, 2); variable 451 groupPos = group2->GetGeometryNode()->GetFrameRect().Top(); 452 auto item2Rect = GetChildRect(group2, 3); 462 group2 = GetChildFrameNode(frameNode_, 2); 463 groupPos = group2->GetGeometryNode()->GetFrameRect().Top(); 464 item2Rect = GetChildRect(group2, 3);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/hm_symbol/ |
H A D | hm_symbol_run_test.cpp | 114 RSRenderGroup group2; variable 117 symbolInfo.renderGroups.push_back(group2);
|