Home
last modified time | relevance | path

Searched refs:btnStartAngleInc_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_clip/
H A Dui_test_clip.cpp76 } else if (&view == btnStartAngleInc_) { in OnClick()
211 btnStartAngleInc_ = new UILabelButton(); in UIKitClipTest002()
212 SetUpButton(btnStartAngleInc_, "起始角度+", x, y, UI_TEST_ARC_1); in UIKitClipTest002()
H A Dui_test_clip.h70 UILabelButton* btnStartAngleInc_ = nullptr; variable