Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_opacity/
H A Dui_test_opacity.h110 UIImageView* CreateTestCaseUIImageView(const char* path, uint8_t opaScale) const;
H A Dui_test_opacity.cpp241 UIImageView* UITestOpacity::CreateTestCaseUIImageView(const char* path, uint8_t opaScale) const in CreateTestCaseUIImageView() function in OHOS::UITestOpacity
258 UIImageView* imageView = CreateTestCaseUIImageView(BLUE_IMAGE_PATH, 200); // 200: opacity in UIKitOpacityTestUIImageView001()
260 …UIImageView* imageView2 = CreateTestCaseUIImageView(BLUE_ARGB8888_IMAGE_PATH, 100); // 100: opacity in UIKitOpacityTestUIImageView001()