Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.cpp813 auto tweenBox = AceType::MakeRefPtr<BoxComponent>(); in BuildAnimation() local
816 tweenBox->SetBackDecoration(decoration); in BuildAnimation()
833 …::MakeRefPtr<TransitionComponent>(TweenComponent::AllocTweenComponentId(), "transition", tweenBox); in BuildAnimation()
838 dialogChild->SetDialogTweenBox(tweenBox); in BuildAnimation()