Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shared_transition/
H A Dshared_transition_component.h43 bool IsEnablePushEnter() const;
H A Dshared_transition_component.cpp82 bool SharedTransitionComponent::IsEnablePushEnter() const in IsEnablePushEnter() function in OHOS::Ace::SharedTransitionComponent
H A Dshared_transition_element.cpp61 enablePushEnter_ = sharedComponent->IsEnablePushEnter(); in Update()
316 bool SharedTransitionElement::IsEnablePushEnter() const in IsEnablePushEnter() function in OHOS::Ace::SharedTransitionElement
H A Dshared_transition_element.h70 bool IsEnablePushEnter() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dshared_transition_effect.cpp185 allow = dest->IsEnablePushEnter() && src->IsEnablePushExit(); in Allow()
371 allow = current->IsEnablePushEnter(); in Allow()