Searched refs:CreateTestCaseUIImageView (Results 1 – 2 of 2) sorted by relevance
110 UIImageView* CreateTestCaseUIImageView(const char* path, uint8_t opaScale) const;
241 UIImageView* UITestOpacity::CreateTestCaseUIImageView(const char* path, uint8_t opaScale) const in CreateTestCaseUIImageView() function in OHOS::UITestOpacity258 UIImageView* imageView = CreateTestCaseUIImageView(BLUE_IMAGE_PATH, 200); // 200: opacity in UIKitOpacityTestUIImageView001()260 …UIImageView* imageView2 = CreateTestCaseUIImageView(BLUE_ARGB8888_IMAGE_PATH, 100); // 100: opacity in UIKitOpacityTestUIImageView001()