Searched refs:GenerateComposed (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | dialog_component.cpp | 189 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 D | dialog_component.h | 322 RefPtr<Component> GenerateComposed(
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/action_sheet/ |
H A D | action_sheet_component.cpp | 148 column->AppendChild(GenerateComposed("dialogContent", contentFlex, true)); in BuildContent()
|