Home
last modified time | relevance | path

Searched refs:SetOpaScale (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dopacity_tdd_test.cpp45 SetOpaScale(styleObj_, expectOpacityValue); in SetOpacityTest001()
67 SetOpaScale(styleObj_, exceptionOpacityValue1); in SetOpacityTest002()
78 SetOpaScale(styleObj_, exceptionOpacityValue2); in SetOpacityTest002()
100 SetOpaScale(styleObj_, divOpacityValue); in SetOpacityTest003()
108 SetOpaScale(textStyleObj, textOpacityValue); in SetOpacityTest003()
139 SetOpaScale(textStyleObj, textOpacityValue); in SetOpacityTest004()
148 SetOpaScale(divStyleObj, divOpacityValue1); in SetOpacityTest004()
153 SetOpaScale(styleObj_, divOpacityValue2); in SetOpacityTest004()
181 SetOpaScale(styleObj_, componentOpacityValue); in SetOpacityTest005()
206 SetOpaScale(styleObj in SetOpacityTest006()
259 void OpacityTddTest::SetOpaScale(jerry_value_t styleObj, double inputOpacityValue) SetOpaScale() function in OHOS::ACELite::OpacityTddTest
[all...]
H A Dopacity_tdd_test.h36 void SetOpaScale(jerry_value_t styleObj, double inputOpacityValue);
/foundation/arkui/ui_lite/test/uitest/test_opacity/
H A Dui_test_opacity.cpp102 label->SetOpaScale(opaScale); // 200: opacity in CreateTestCaseUILabel()
146 button->SetOpaScale(200); // 200: opacity in UIKitOpacityTestUIButton001()
149 button2->SetOpaScale(100); // 100: opacity in UIKitOpacityTestUIButton001()
165 button->SetOpaScale(opaScale); // 200: opacity in CreateTestCaseUIButton()
191 labelButton->SetOpaScale(opaScale); in CreateTestCaseUILabelButton()
222 label->SetOpaScale(opaScale); // 200: opacity in CreateTestCaseUIArcLabel()
248 imageView->SetOpaScale(opaScale); // 200: opacity in CreateTestCaseUIImageView()
273 imageAnimator->SetOpaScale(opaScale); in CreateTestCaseUIImageAnimator()
300 view->SetOpaScale(opaScale); in CreateTestCaseUIView()
342 labelButton2->SetOpaScale(10 in UIKitOpacityTestUIViewGroup001()
[all...]
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_view.h1296 void SetOpaScale(uint8_t opaScale);
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_view_unit_test.cpp786 * @tc.desc: Verify SetOpaScale function, equal.
797 view_->SetOpaScale(OPA_OPAQUE); in HWTEST_F()
803 * @tc.desc: Verify SetOpaScale function, equal.
815 view_->SetOpaScale(OPA_OPAQUE); in HWTEST_F()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view.cpp258 void UIView::SetOpaScale(uint8_t opaScale) in SetOpaScale() function in OHOS::UIView
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.cpp1524 view.SetOpaScale(static_cast<uint8_t>(opacity * OPA_OPAQUE)); in SetOpacity()

Completed in 11 milliseconds