Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shared_transition/
H A Dshared_transition_component.h47 bool IsEnablePushExit() const;
H A Dshared_transition_component.cpp102 bool SharedTransitionComponent::IsEnablePushExit() const in IsEnablePushExit() function in OHOS::Ace::SharedTransitionComponent
H A Dshared_transition_element.cpp62 enablePushExit_ = sharedComponent->IsEnablePushExit(); in Update()
326 bool SharedTransitionElement::IsEnablePushExit() const in IsEnablePushExit() function in OHOS::Ace::SharedTransitionElement
H A Dshared_transition_element.h72 bool IsEnablePushExit() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dshared_transition_effect.cpp185 allow = dest->IsEnablePushEnter() && src->IsEnablePushExit(); in Allow()