/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_stop_declaration.h | 49 void SetOpacity(double opacity) in SetOpacity() function in OHOS::Ace::SvgStopDeclaration 52 attribute.gradientColor.SetOpacity(opacity); in SetOpacity()
|
H A D | svg_stop_declaration.cpp | 67 declaration.SetOpacity(declaration.ParseDouble(val)); in SetSpecializedValue() 76 declaration.SetOpacity(declaration.ParseDouble(val)); in SetSpecializedValue()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_group_node.cpp | 318 preTitleNode->GetRenderContext()->SetOpacity(1.0); in SystemTransitionPopCallback() 323 preBackIcon->GetRenderContext()->SetOpacity(1.0); in SystemTransitionPopCallback() 355 titleRenderContext->SetOpacity(0.0f); in TitleOpacityAnimation() 360 renderContext->SetOpacity(1.0f); in TitleOpacityAnimation() 365 titleRenderContext->SetOpacity(1.0f); in TitleOpacityAnimation() 370 renderContext->SetOpacity(0.0f); in TitleOpacityAnimation() 387 backButtonNodeContext->SetOpacity(0.0f); 392 renderContext->SetOpacity(1.0f); 396 backButtonNodeContext->SetOpacity(1.0f); 401 renderContext->SetOpacity(0. [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_stop.cpp | 65 attribute.gradientColor.SetOpacity(SvgAttributesParser::ParseDouble(val)); in ParseAndSetSpecializedAttr() 74 attribute.gradientColor.SetOpacity(SvgAttributesParser::ParseDouble(val)); in ParseAndSetSpecializedAttr()
|
/foundation/arkui/ui_lite/test/uitest/test_draw_line/ |
H A D | ui_test_draw_line.cpp | 307 paint.SetOpacity(OPA_TRANSPARENT); in UIKitDrawLineTestLine009() 331 paint.SetOpacity(OPA_OPAQUE); in UIKitDrawLineTestLine010() 355 paint.SetOpacity(51); // 51 : opacity size in UIKitDrawLineTestLine011() 358 paint2.SetOpacity(127); // 127 : opacity size in UIKitDrawLineTestLine011() 361 paint3.SetOpacity(178); // 178 : opacity size in UIKitDrawLineTestLine011()
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_abstract_scroll.cpp | 79 scrollView_.yScrollBar_->SetOpacity(opa); 82 scrollView_.xScrollBar_->SetOpacity(opa); 91 scrollView_.yScrollBar_->SetOpacity(OPA_OPAQUE); 94 scrollView_.xScrollBar_->SetOpacity(OPA_OPAQUE); 99 scrollView_.yScrollBar_->SetOpacity(OPA_TRANSPARENT); 102 scrollView_.xScrollBar_->SetOpacity(OPA_TRANSPARENT);
|
H A D | ui_abstract_scroll_bar.h | 49 void SetOpacity(uint8_t opacity) in SetOpacity() function in OHOS::UIAbstractScrollBar
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | video_modifier.cpp | 103 ViewAbstract::SetOpacity(frameNode, opacity); in SetVideoOpacity() 110 ViewAbstract::SetOpacity(frameNode, 1.0f); in ResetVideoOpacity()
|
H A D | node_xcomponent_modifier.cpp | 72 ViewAbstract::SetOpacity(frameNode, opacity); in SetXComponentOpacity() 82 ViewAbstract::SetOpacity(frameNode, 1.0f); in ResetXComponentOpacity()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_particle_emitter_test.cpp | 37 void SetOpacity(); 87 void RSRenderParticleEmitterTest::SetOpacity() in SetOpacity() function in OHOS::Rosen::RSRenderParticleEmitterTest 110 SetOpacity(); in SetUp()
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | svg_shape.h | 27 void SetOpacity(double opacity) in SetOpacity() function in OHOS::Ace::SvgShape
|
/foundation/arkui/ace_engine/frameworks/core/components/shared_transition/ |
H A D | shared_transition_component.h | 50 void SetOpacity(float opacity);
|
H A D | shared_transition_component.cpp | 117 void SharedTransitionComponent::SetOpacity(float opacity) in SetOpacity() function in OHOS::Ace::SharedTransitionComponent
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_fade_painter.h | 61 void SetOpacity(double opacity) in SetOpacity() function in OHOS::Ace::ScrollFadePainter
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_video_bridge.h | 34 static ArkUINativeModuleValue SetOpacity(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/ |
H A D | scroll_fade_painter.h | 54 void SetOpacity(float opacity) in SetOpacity() function in OHOS::Ace::NG::ScrollFadePainter
|
/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | shape_component.h | 194 strokeState_.SetOpacity(std::clamp(opacity, 0.0, 1.0), true, option); in SetStrokeOpacity() 199 fillState_.SetOpacity(std::clamp(opacity, 0.0, 1.0), true, option); in SetFillOpacity()
|
H A D | shape_container_component.h | 206 strokeState_.SetOpacity(std::clamp(opacity, 0.0, 1.0), true, option); in SetStrokeOpacity() 211 fillState_.SetOpacity(std::clamp(opacity, 0.0, 1.0), true, option); in SetFillOpacity()
|
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | navigation_container_component.cpp | 100 display->SetOpacity(0.0, declaration->animationOption); in BuildToolBar() 103 display->SetOpacity(1.0, declaration->animationOption); in BuildToolBar()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
H A D | indexer_component.cpp | 104 displayComponent->SetOpacity(ZERO_OPACITY); in BuildBubbleBox() 116 displayComponent->SetOpacity(ZERO_OPACITY); in BuildPopupList()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/ |
H A D | scroll_bar_pattern.cpp | 215 scrollBarOverlayModifier_->SetOpacity(0); in SetScrollBar() 239 scrollBarOverlayModifier_->SetOpacity(UINT8_MAX); in SetScrollBar() 276 scrollBarOverlayModifier_->SetOpacity(scrollable ? UINT8_MAX : 0); in UpdateScrollBarRegion() 385 SetOpacity(0); in UpdateScrollBarDisplay() 388 SetOpacity(UINT8_MAX); in UpdateScrollBarDisplay() 395 SetOpacity(0); in UpdateScrollBarDisplay() 573 SetOpacity(UINT8_MAX); in StartDisappearAnimator() 590 scrollBar->SetOpacity(0); in StartDisappearAnimator() 619 scrollBar->SetOpacity(UINT8_MAX); in StopDisappearAnimator() 622 SetOpacity(UINT8_MA in StopDisappearAnimator() 626 void ScrollBarPattern::SetOpacity(uint8_t value) SetOpacity() function in OHOS::Ace::NG::ScrollBarPattern [all...] |
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_digital_clock.h | 178 void SetOpacity(uint8_t opacity);
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_scroll_bar_test.cpp | 247 arcBar.SetOpacity(opa[i]); in HWTEST_F() 250 boxBar.SetOpacity(opa[i]); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | interactive_effect.h | 77 void SetOpacity(double opacity) in SetOpacity() function in OHOS::Ace::InteractiveEffect
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_swiper.cpp | 47 display->SetOpacity(MAX_OPACITY); in OnChildNodeAdded()
|