Home
last modified time | relevance | path

Searched refs:GetTestUIButton (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_button/
H A Dui_test_button.cpp637 UILabelButton* GetTestUIButton(const char* buttonText, int16_t x, int16_t y, UIButton* button, cons… in GetTestUIButton() function
665GetTestUIButton("隐藏", 430, 940, button, UI_TEST_BUTTON_7); // 430: x-coordinate, 940: y-coordinate in UIKitButtonTest002()
669GetTestUIButton("显示", 430, 990, button, UI_TEST_BUTTON_8); // 430: x-coordinate, 990: y-coordinate in UIKitButtonTest002()
673GetTestUIButton("可触摸 ", 520, 940, button, UI_TEST_BUTTON_9); // 520: x-coordinate, 940: y-coordina… in UIKitButtonTest002()
677GetTestUIButton("不可触摸", 520, 990, button, UI_TEST_BUTTON_10); // 520: x-coordinate, 990: y-coordin… in UIKitButtonTest002()
681GetTestUIButton("变白", 160, 1040, button, UI_TEST_BUTTON_11); // 160: x-coordinate, 1040: y-coordin… in UIKitButtonTest002()
685GetTestUIButton("变红", 160, 1090, button, UI_TEST_BUTTON_12); // 160: x-coordinate, 1090: y-coordin… in UIKitButtonTest002()
757 UILabelButton* button16 = GetTestUIButton("开启动效", 340, 1040, button, UI_TEST_BUTTON_15); in EnableAnimator()
766 UILabelButton* button17 = GetTestUIButton("关闭动效", 340, 1090, button, UI_TEST_BUTTON_16); in EnableAnimator()
794GetTestUIButton("放大", 160, 940, button, UI_TEST_BUTTON_1); // 160: x-coordinate, 940: y-coordinate in UIKitButtonTest001()
[all …]
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_arc_label/
H A Dui_test_arc_label.cpp181 UILabelButton* UITestArcLabel::GetTestUIButton(const char* buttonText, int16_t x, int16_t y, const … in GetTestUIButton() function in OHOS::UITestArcLabel
209 UILabelButton* button = GetTestUIButton("0-90点击旋转", positionX_, positionY_, nullptr); in UIKitUIArcLabelTestIncompatible001()
239 UILabelButton* button = GetTestUIButton("90-0点击旋转", positionX_, positionY_, nullptr); in UIKitUIArcLabelTestIncompatible002()
269 UILabelButton* button = GetTestUIButton("30-260点击旋转", positionX_, positionY_, nullptr); in UIKitUIArcLabelTestIncompatible003()
299 UILabelButton* button = GetTestUIButton("260-30点击旋转", positionX_, positionY_, nullptr); in UIKitUIArcLabelTestIncompatible004()
H A Dui_test_arc_label.h98 UILabelButton* GetTestUIButton(const char* buttonText, int16_t x, int16_t y, const char* id);