Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h254 virtual bool HasTransitionOutAnimation() const in HasTransitionOutAnimation() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h510 bool HasTransitionOutAnimation() const override in HasTransitionOutAnimation() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.cpp507 if (frameChild->GetRenderContext()->HasTransitionOutAnimation()) { in RemoveFromParentCleanly()
H A Dframe_node.cpp2514 if (!isActive_ || (!IsVisible() && !context->HasTransitionOutAnimation())) { in OnGenerateOneDepthVisibleFrameWithTransition()
2535 if (!isActive_ || (!IsVisible() && !context->HasTransitionOutAnimation())) { in OnGenerateOneDepthVisibleFrameWithOffset()
3868 return !context->HasTransitionOutAnimation(); in RemoveImmediately()