Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/test/uitest/test_ui_analog_clock/
H A Dui_test_analog_clock.cpp257 UILabelButton* button5 = SetUpButton("下移", UI_TEST_SHIF_DOWN_1); in CreateButtons001() local
258 group->Add(button5); in CreateButtons001()
260 button5->SetPosition(curFace->GetWidth() + 58, 248, BUTTON_WIDTH, BUTTON_HEIGHT); in CreateButtons001()
263 static_cast<UIView*>(button5), clock, in CreateButtons001()
266 button5->SetOnClickListener(clickMoveBottomListener_); in CreateButtons001()
369 UILabelButton* button5 = SetUpButton("下移", UI_TEST_SHIF_DOWN_2); in CreateButtons002() local
370 group->Add(button5); in CreateButtons002()
372 button5->SetPosition(curFace->GetWidth() + 58, 248, BUTTON_WIDTH, BUTTON_HEIGHT); in CreateButtons002()
377 static_cast<UIView*>(button5), clock, in CreateButtons002()
380 button5 in CreateButtons002()
[all...]
/foundation/arkui/ui_lite/test/uitest/test_button/
H A Dui_test_button.cpp805 UILabelButton* button5 = in UIKitButtonTest001() local
807 button5->SetFont(DEFAULT_VECTOR_FONT_FILENAME, FONT_DEFAULT_SIZE); in UIKitButtonTest001()
808 button5->SetOnClickListener(clickRightListener_); in UIKitButtonTest001()
823 container_->Add(button5); in UIKitButtonTest001()

Completed in 3 milliseconds