Home
last modified time | relevance | path

Searched refs:IsEnablePopEnter (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shared_transition/
H A Dshared_transition_component.h41 bool IsEnablePopEnter() const;
H A Dshared_transition_component.cpp72 bool SharedTransitionComponent::IsEnablePopEnter() const in IsEnablePopEnter() function in OHOS::Ace::SharedTransitionComponent
H A Dshared_transition_element.cpp59 enablePopEnter_ = sharedComponent->IsEnablePopEnter(); in Update()
311 bool SharedTransitionElement::IsEnablePopEnter() const in IsEnablePopEnter() function in OHOS::Ace::SharedTransitionElement
H A Dshared_transition_element.h69 bool IsEnablePopEnter() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dshared_transition_effect.cpp188 allow = dest->IsEnablePopEnter() && src->IsEnablePopExit(); in Allow()
374 allow = current->IsEnablePopEnter(); in Allow()