Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.cpp811 const RefPtr<DialogComponent>& dialogChild, const RefPtr<DialogTheme>& dialogTheme) in BuildAnimation() argument
837 dialogChild->SetChild(transition); in BuildAnimation()
838 dialogChild->SetDialogTweenBox(tweenBox); in BuildAnimation()
839 return dialogChild; in BuildAnimation()
H A Ddialog_component.h381 const RefPtr<DialogComponent>& dialogChild, const RefPtr<DialogTheme>& dialogTheme);