Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/action_sheet/
H A Daction_sheet_component.cpp48 BuildDialogTween(transition, isLimit, margin_); in BuildChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Dalert_dialog_component.cpp66 BuildDialogTween(transition, isLimit, margin_); in BuildChild()
H A Ddialog_component.h324 void BuildDialogTween(const RefPtr<TransitionComponent>& transition, bool isLimit, Edge margin);
H A Ddialog_component.cpp88 BuildDialogTween(transition, isLimit, margin_); in BuildChild()
155 void DialogComponent::BuildDialogTween(const RefPtr<TransitionComponent>& transition, bool isLimit,… in BuildDialogTween() function in OHOS::Ace::DialogComponent