Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.cpp189 const auto& dialogComposed = GenerateComposed(V2::DIALOG_COMPONENT_TAG, dialogTween, false); in BuildDialogTween()
264 column->AppendChild(GenerateComposed(V2::TEXT_COMPONENT_TAG, titleFlex, true)); in BuildTitle()
291 column->AppendChild(GenerateComposed(V2::TEXT_COMPONENT_TAG, contentFlex, true)); in BuildContent()
398 return GenerateComposed(V2::BUTTON_COMPONENT_TAG, buttonPadding, true); in BuildButton()
524 RefPtr<Component> DialogComponent::GenerateComposed( in GenerateComposed() function in OHOS::Ace::DialogComponent
H A Ddialog_component.h322 RefPtr<Component> GenerateComposed(
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/action_sheet/
H A Daction_sheet_component.cpp148 column->AppendChild(GenerateComposed("dialogContent", contentFlex, true)); in BuildContent()