Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/test/uitest/test_ui_swipe_view/
H A Dui_test_ui_swipe_view.cpp141 UILabelButton* button3 = new UILabelButton(); in UIKitSwipeViewTestHorizontal002() local
142 button3->SetPosition(0, 0, g_buttonW, g_buttonH); in UIKitSwipeViewTestHorizontal002()
143 button3->SetText("button3"); in UIKitSwipeViewTestHorizontal002()
144 button3->SetViewId(UI_TEST_HOR_002_BUTTON3); in UIKitSwipeViewTestHorizontal002()
145 swipe->Add(button3); in UIKitSwipeViewTestHorizontal002()
178 UILabelButton* button3 = new UILabelButton(); in UIKitSwipeViewTestHorizontal003() local
179 button3->SetPosition(0, 0, g_buttonW, g_buttonH); in UIKitSwipeViewTestHorizontal003()
180 button3->SetText("button3"); in UIKitSwipeViewTestHorizontal003()
247 UILabelButton* button3 = new UILabelButton(); UIKitSwipeViewTestVer002() local
344 UILabelButton* button3 = new UILabelButton(); UIKitSwipeViewTestAlign001() local
[all...]
/foundation/arkui/ui_lite/test/uitest/test_ui_analog_clock/
H A Dui_test_analog_clock.cpp235 UILabelButton* button3 = SetUpButton("右移", UI_TEST_SHIF_RIGHT_1); in CreateButtons001() local
236 group->Add(button3); in CreateButtons001()
238 button3->SetPosition(curFace->GetWidth() + 58, 148, BUTTON_WIDTH, BUTTON_HEIGHT); in CreateButtons001()
241 static_cast<UIView*>(button3), clock, in CreateButtons001()
244 button3->SetOnClickListener(clickMoveRightListener_); in CreateButtons001()
346 UILabelButton* button3 = SetUpButton("右移", UI_TEST_SHIF_RIGHT_2); in CreateButtons002() local
347 group->Add(button3); in CreateButtons002()
349 button3->SetPosition(curFace->GetWidth() + 58, 148, BUTTON_WIDTH, BUTTON_HEIGHT); in CreateButtons002()
353 static_cast<UIView*>(button3), clock, in CreateButtons002()
356 button3 in CreateButtons002()
[all...]
/foundation/arkui/ui_lite/test/uitest/test_opacity/
H A Dui_test_opacity.cpp478 UILabelButton* button3 = new UILabelButton(); in UIKitOpacityTestUISwipeView001() local
479 button3->SetPosition(0, 0, BUTTON_WIDTH, BUTTON_HEIGHT >> 1); in UIKitOpacityTestUISwipeView001()
480 button3->SetText("button3"); in UIKitOpacityTestUISwipeView001()
481 button3->SetOpaScale(100); // 100: opacity in UIKitOpacityTestUISwipeView001()
482 swipe->Add(button3); in UIKitOpacityTestUISwipeView001()
/foundation/arkui/ui_lite/test/uitest/test_button/
H A Dui_test_button.cpp797 UILabelButton* button3 = in UIKitButtonTest001() local
799 button3->SetOnClickListener(clickSmallListener_); in UIKitButtonTest001()
821 container_->Add(button3); in UIKitButtonTest001()

Completed in 5 milliseconds