Home
last modified time | relevance | path

Searched refs:isBreakingPoint_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h649 bool isBreakingPoint_ = false; variable
H A Drosen_render_context.cpp314 isBreakingPoint_ = !recursive; in OnNodeAppear()
340 isBreakingPoint_ = !recursive; in OnNodeDisappear()
2330 if (isBreakingPoint_ && !transitionEffect_ && AnimationUtils::IsImplicitAnimationOpen()) { in NotifyTransitionInner()