Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_group_node.h165 …std::shared_ptr<AnimationUtils::Animation> MaskAnimation(const RefPtr<FrameNode>& curNode, bool is…
H A Dnavigation_group_node.cpp561 auto maskAnimation = MaskAnimation(curNode, true); in CreateAnimationWithPop()
664 auto maskAnimation = MaskAnimation(preNode, false); in CreateAnimationWithPush()
788 std::shared_ptr<AnimationUtils::Animation> NavigationGroupNode::MaskAnimation(const RefPtr<FrameNod… in MaskAnimation() function in OHOS::Ace::NG::NavigationGroupNode
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h246 void MaskAnimation(const Color& initialBackgroundColor, const Color& backgroundColor);
H A Drosen_render_context.cpp5040MaskAnimation(effect->GetInitialBackgroundColor().value(), effect->GetBackgroundColor().value());
5054MaskAnimation(effect->GetInitialBackgroundColor().value(), effect->GetBackgroundColor().value());
5058 void RosenRenderContext::MaskAnimation(const Color& initialBackgroundColor, const Color& background… function in OHOS::Ace::NG::RosenRenderContext
5217 MaskAnimation(DEFAULT_MASK_COLOR, DEFAULT_MASK_COLOR);