Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shared_transition/
H A Dshared_transition_component.h45 bool IsEnablePopExit() const;
H A Dshared_transition_component.cpp92 bool SharedTransitionComponent::IsEnablePopExit() const in IsEnablePopExit() function in OHOS::Ace::SharedTransitionComponent
H A Dshared_transition_element.cpp60 enablePopExit_ = sharedComponent->IsEnablePopExit(); in Update()
321 bool SharedTransitionElement::IsEnablePopExit() const in IsEnablePopExit() function in OHOS::Ace::SharedTransitionElement
H A Dshared_transition_element.h71 bool IsEnablePopExit() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dshared_transition_effect.cpp188 allow = dest->IsEnablePopEnter() && src->IsEnablePopExit(); in Allow()