Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/test/uitest/test_view_scale_rotate/
H A Dui_test_view_scale_rotate.cpp89 void UITestViewScaleRotate::SetUpLabel(const char* title) const in SetUpLabel() function in OHOS::UITestViewScaleRotate
101 SetUpLabel("UILabel组件旋转 "); in UIKitViewScaleRotateTestLabel001()
114 SetUpLabel("UILabelButton组件旋转 "); in UIKitViewScaleRotateTestLabelButton002()
126 SetUpLabel("UICanvas组件旋转 "); in UIKitViewScaleRotateTestCanvas003()
147 SetUpLabel("UIBoxProgress组件旋转 "); in UIKitViewScaleRotateTestUIBoxProgress004()
163 SetUpLabel("UICircleProgress组件旋转 "); in UIKitViewScaleRotateTestUICircleProgress005()
178 SetUpLabel("UIDigitalClock组件旋转 "); in UIKitViewScaleRotateTestUIDigitalClock006()
191 SetUpLabel("UIViewGroup组件旋转 "); in UIKitViewScaleRotateTestGroup007()
H A Dui_test_view_scale_rotate.h61 void SetUpLabel(const char* title) const;
/foundation/arkui/ui_lite/test/uitest/test_slider/
H A Dui_test_slider.cpp196 void UITestSlider::SetUpLabel(const char* title, int16_t x, int16_t y) const in SetUpLabel() function in OHOS::UITestSlider
229 SetUpLabel("重置Slider:", positionX_, positionY_); in UIKitSliderTestUISlider001()
242 SetUpLabel("设置Slider范围:", positionX_, positionY_); in UIKitSliderTestSetRange002()
260 SetUpLabel("设置Slider当前值:", positionX_, positionY_); in UIKitSliderTestSetValue003()
273 SetUpLabel("Slider设置图片:", positionX_, positionY_); in UIKitSliderTestSetImage004()
285 SetUpLabel("Slider设置样式:", positionX_, positionY_); in UIKitSliderTestSetStyle005()
295 SetUpLabel("Slider设置样式:", positionX_, positionY_); in UIKitSliderTestGetStyle006()
306 SetUpLabel("设置Slider滑块宽度:", positionX_, positionY_); in UIKitSliderTestSetKnobWidth007()
318 SetUpLabel("设置Slider步长:", positionX_, positionY_); in UIKitSliderTestSetStep008()
328 SetUpLabel("设置Slide in UIKitSliderTestSetColor009()
[all...]
H A Dui_test_slider.h56 void SetUpLabel(const char* title, int16_t x, int16_t y) const;
/foundation/arkui/ui_lite/test/uitest/test_progress_bar/
H A Dui_test_circle_progress.cpp108 void UITestCircleProgress::SetUpLabel(const char* title, int16_t x, int16_t y) const in SetUpLabel() function in OHOS::UITestCircleProgress
140 SetUpLabel("创建环形进度条:", positionX_, positionY_); in UIKitCircleProgressTestUICircleProgress001()
153 SetUpLabel("设置环形进度条范围:", positionX_, positionY_); in UIKitCircleProgressTestSetRange008()
171 SetUpLabel("设置环形进度条当前值:", positionX_, positionY_); in UIKitCircleProgressTestSetValue002()
184 SetUpLabel("设置环形进度条图片:", positionX_, positionY_); in UIKitCircleProgressTestSetImage003()
196 SetUpLabel("设置环形进度条样式:", positionX_, positionY_); in UIKitCircleProgressTestSetStyle004()
206 SetUpLabel("设置环形进度条样式:", positionX_, positionY_); in UIKitCircleProgressTestGetStyle005()
217 SetUpLabel("设置环形进度条端点:", positionX_, positionY_); in UIKitCircleProgressTestSetCapType006()
229 SetUpLabel("设置环形进度条步长:", positionX_, positionY_); in UIKitCircleProgressTestSetStep007()
240 SetUpLabel("环形进度条隐藏背景:", positionX in UIKitCircleProgressTestEnableBackground009()
[all...]
H A Dui_test_box_progress.cpp105 void UITestBoxProgress::SetUpLabel(const char* title, int16_t x, int16_t y) const in SetUpLabel() function in OHOS::UITestBoxProgress
137 SetUpLabel("创建条形进度条:", positionX_, positionY_); in UIKitBoxProgressTestUIBoxProgress001()
150 SetUpLabel("设置条形进度条范围:", positionX_, positionY_); in UIKitBoxProgressTestSetRange002()
168 SetUpLabel("设置条形进度条当前值:", positionX_, positionY_); in UIKitBoxProgressTestSetValue003()
181 SetUpLabel("设置条形进度条图片:", positionX_, positionY_); in UIKitBoxProgressTestSetImage004()
193 SetUpLabel("设置条形进度条样式:", positionX_, positionY_); in UIKitBoxProgressTestSetStyle005()
203 SetUpLabel("设置条形进度条样式:", positionX_, positionY_); in UIKitBoxProgressTestGetStyle006()
214 SetUpLabel("设置条形进度条端点:", positionX_, positionY_); in UIKitBoxProgressTestSetCapType007()
229 SetUpLabel("设置条形进度条方向:", positionX_, positionY_); in UIKitBoxProgressTestSetDirection008()
247 SetUpLabel("设置条形进度条背景:", positionX in UIKitBoxProgressTestEnableBackground009()
[all...]
H A Dui_test_box_progress.h34 void SetUpLabel(const char* title, int16_t x, int16_t y) const;
H A Dui_test_circle_progress.h34 void SetUpLabel(const char* title, int16_t x, int16_t y) const;
/foundation/arkui/ui_lite/test/uitest/test_animator/
H A Dui_test_animator.cpp93 void UITestAnimator::SetUpLabel(const char* title, int16_t x, int16_t y) in SetUpLabel() function in OHOS::UITestAnimator
127 SetUpLabel("back动画效果: ", positionX_, positionY_); in UIKitAnimatorTestBackEasing001()
147 SetUpLabel("circ动画效果: ", positionX_, positionY_); in UIKitAnimatorTestCircEasing002()
165 SetUpLabel("cubic动画效果: ", positionX_, positionY_); in UIKitAnimatorTestCubicEasing003()
183 SetUpLabel("sine动画效果: ", positionX_, positionY_); in UIKitAnimatorTestSineEasing004()
201 SetUpLabel("quad动画效果: ", positionX_, positionY_); in UIKitAnimatorTestQuadEasing005()
219 SetUpLabel("quint动画效果: ", positionX_, positionY_); in UIKitAnimatorTestQuintEasing006()
235 SetUpLabel("linear动画效果: ", positionX_, positionY_); in UIKitAnimatorTestLinearEasing007()
H A Dui_test_animator.h81 void SetUpLabel(const char* title, int16_t x, int16_t y);

Completed in 5 milliseconds