Home
last modified time | relevance | path

Searched refs:radioButton2 (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ui_lite/test/uitest/test_button/
H A Dui_test_button.cpp359 UIRadioButton* radioButton2 = new UIRadioButton("aaa"); in UIKitRadioButtonTest002() local
360 radioButton2->SetPosition(200, 10); // 200: x-coordinate, 10: y-coordinate in UIKitRadioButtonTest002()
361 radioButton2->SetWidth(130); // 130: width in UIKitRadioButtonTest002()
362 radioButton2->SetHeight(130); // 130: height in UIKitRadioButtonTest002()
363 radioButton2->SetViewId(UI_TEST_RADIO_SETIMAGE_2); in UIKitRadioButtonTest002()
364 radioButton2->SetImages(GREEN_IMAGE_PATH, RED_IMAGE_PATH); in UIKitRadioButtonTest002()
372 viewGroup->Add(radioButton2); in UIKitRadioButtonTest002()

Completed in 2 milliseconds