Home
last modified time | relevance | path

Searched refs:AddLable (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_transform/
H A Dui_test_transform.cpp84 AddLable(lableX, y, "Auto"); in AddRadioGroup()
90 AddLable(lableX, y, "Tiling"); in AddRadioGroup()
95 AddLable(lableX, y, "Cover"); in AddRadioGroup()
100 AddLable(lableX, y, "Contain"); in AddRadioGroup()
105 AddLable(lableX, y, "Fill"); in AddRadioGroup()
110 AddLable(lableX, y, "Center"); in AddRadioGroup()
115 AddLable(lableX, y, "Scale Down"); in AddRadioGroup()
249 UILabel* UITestTransform::AddLable(int16_t x, int16_t y, const char* data) in AddLable() function in OHOS::UITestTransform
H A Dui_test_transform.h70 UILabel* AddLable(int16_t x, int16_t y, const char* data);
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_image/
H A Dui_test_image.cpp524 UILabel* UITestImage::AddLable(int16_t x, int16_t y, const char* data) in AddLable() function in OHOS::UITestImage
552 AddLable(TEXT_DISTANCE_TO_LEFT_SIDE, g_height, "图片缩放模式测试"); in UIKitUIImageTestResize001()
558 AddLable(x, LABLE_Y, "Auto"); in UIKitUIImageTestResize001()
563 AddLable(x, LABLE_Y, "Tiling"); in UIKitUIImageTestResize001()
568 AddLable(x, LABLE_Y, "Fill"); in UIKitUIImageTestResize001()
573 AddLable(x, LABLE_Y, "Contain"); in UIKitUIImageTestResize001()
579 AddLable(x, LABLE_Y, "Cover"); in UIKitUIImageTestResize001()
585 AddLable(x, LABLE_Y, "Center"); in UIKitUIImageTestResize001()
591 AddLable(x, LABLE_Y, "Scale Down"); in UIKitUIImageTestResize001()
H A Dui_test_image.h83 UILabel* AddLable(int16_t x, int16_t y, const char* data);