/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | navigation_bar_component.cpp | 98 titleContainer->AppendChild(BuildPadding(padding, true)); in BuildTitle() 109 titleContainer->AppendChild(titleComposed_); in BuildTitle() 112 titleContainer->AppendChild(BuildPadding(2, true)); in BuildTitle() 116 titleContainer->AppendChild(subTitleComposed_); in BuildTitle() 128 parent->AppendChild( in BuildTabBar() 155 container->AppendChild(BuildPadding(theme_->GetMenuItemPadding().Value())); in MoveMenuItemsToBar() 157 container->AppendChild( in MoveMenuItemsToBar() 175 container->AppendChild(GenerateAccessibilityComposed(StringUtils::StringToInt(id_), "moreButton", moreButton_)); in AddCollapseMenu() 176 container->AppendChild(menu_); in AddCollapseMenu() 205 parent->AppendChild(titleComposed in BuildSelectPopup() [all...] |
H A D | navigation_container_component.cpp | 73 itemContainer->AppendChild(iconBox); in BuildToolBar() 76 itemContainer->AppendChild(padding); in BuildToolBar() 77 itemContainer->AppendChild(AceType::MakeRefPtr<TextComponent>(item->value)); in BuildToolBar() 133 fixPart->AppendChild(NavigationBarBuilder(declaration_, "navigationBar", direction_).Build(context, menuCount)); in Build() 136 fixPart->AppendChild(originalFlexItem); in Build() 138 fixPart->AppendChild(NavigationContainerComponent::BuildToolBar(declaration_, tabController_)); in Build() 144 rootContainer->AppendChild(fixPart); in Build() 148 rootContainer->AppendChild(sectionPart); in Build() 150 AppendChild(rootContainer); in Build() 152 AppendChild(fixPar in Build() [all...] |
H A D | navigation_bar_component_v2.cpp | 57 container->AppendChild(GenerateAccessibilityComposed(StringUtils::StringToInt(id_), "backButton", backButton)); in BuildMiniLayer() 58 container->AppendChild(BuildPadding(theme_->GetTitleMinPadding().Value())); in BuildMiniLayer() 61 container->AppendChild(BuildPadding(theme_->GetMaxPaddingStart().Value())); in BuildMiniLayer() 64 container->AppendChild(BuildTitle()); in BuildMiniLayer() 82 columnContainer->AppendChild(BuildTitle()); in BuildFullLayer() 96 container->AppendChild(menusBox); in BuildFullLayer() 97 container->AppendChild(columnContainer); in BuildFullLayer() 114 columnContainer->AppendChild(BuildTitle()); in BuildFreeModeBar() 134 collapsingNavigationBar->AppendChild(menusBox); in BuildFreeModeBar() 135 collapsingNavigationBar->AppendChild(columnBo in BuildFreeModeBar() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tabs_layout_algorithm_test_ng.cpp | 73 layoutWrapper.AppendChild(swiperLayoutWrapper); in HWTEST_F() 82 layoutWrapper.AppendChild(dividerLayoutWrapper); in HWTEST_F() 91 layoutWrapper.AppendChild(tabBarLayoutWrapper); in HWTEST_F() 154 layoutWrapper.AppendChild(swiperLayoutWrapper); in HWTEST_F() 163 layoutWrapper.AppendChild(dividerLayoutWrapper); in HWTEST_F() 173 layoutWrapper.AppendChild(tabBarLayoutWrapper); in HWTEST_F() 236 layoutWrapper.AppendChild(swiperLayoutWrapper); in HWTEST_F() 245 layoutWrapper.AppendChild(dividerLayoutWrapper); in HWTEST_F() 255 layoutWrapper.AppendChild(tabBarLayoutWrapper); in HWTEST_F() 318 layoutWrapper.AppendChild(swiperLayoutWrappe in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/focus_collaboration/ |
H A D | focus_collaboration_element.cpp | 32 group->AppendChild(focusAnimation); in PerformBuild() 33 group->AppendChild(shadow); in PerformBuild()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/flex/old_cases/ |
H A D | flex_wrap_layout_algorithm_test.cpp | 100 wrapper->AppendChild(CreateLayoutWrapper(), false); in HWTEST_F() 116 wrapper->AppendChild(CreateLayoutWrapper(), false); in HWTEST_F() 134 wrapper->AppendChild(CreateLayoutWrapper(), false); in HWTEST_F() 148 wrapper->AppendChild(CreateLayoutWrapper(), false); in HWTEST_F() 164 wrapper->AppendChild(CreateLayoutWrapper(), false); in HWTEST_F() 189 wrapper->AppendChild(CreateLayoutWrapper(), false); in HWTEST_F() 215 wrapper->AppendChild(CreateLayoutWrapper(), false); in HWTEST_F() 241 wrapper->AppendChild(CreateLayoutWrapper(), false); in HWTEST_F() 263 wrapper->AppendChild(CreateLayoutWrapper(), false); in HWTEST_F() 287 wrapper->AppendChild(CreateLayoutWrappe in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_component.cpp | 120 AppendChild(child); in InsertChild() 145 void ListComponent::AppendChild(const RefPtr<Component>& child) in AppendChild() function in OHOS::Ace::ListComponent 155 AppendChild(childComponent); in AppendChild() 173 ComponentGroup::AppendChild(child); in AppendChild() 175 ComponentGroup::AppendChild( in AppendChild()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/linear_layout/old_cases/ |
H A D | linear_layout_test_ng.cpp | 246 rowLayoutWrapper->AppendChild(firstChildLayoutWrapper); in HWTEST_F() 253 rowLayoutWrapper->AppendChild(secondChildLayoutWrapper); in HWTEST_F() 301 rowLayoutWrapper->AppendChild(firstChildLayoutWrapper); in HWTEST_F() 308 rowLayoutWrapper->AppendChild(secondChildLayoutWrapper); in HWTEST_F() 355 rowLayoutWrapper->AppendChild(firstChildLayoutWrapper); in HWTEST_F() 362 rowLayoutWrapper->AppendChild(secondChildLayoutWrapper); in HWTEST_F() 408 rowLayoutWrapper->AppendChild(firstChildLayoutWrapper); in HWTEST_F() 415 rowLayoutWrapper->AppendChild(secondChildLayoutWrapper); in HWTEST_F() 461 rowLayoutWrapper->AppendChild(firstChildLayoutWrapper); in HWTEST_F() 468 rowLayoutWrapper->AppendChild(secondChildLayoutWrappe in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
H A D | stepper_component.cpp | 75 AppendChild(child); in InsertChild() 88 void StepperComponent::AppendChild(const RefPtr<Component>& child) in AppendChild() function in OHOS::Ace::StepperComponent 94 ComponentGroup::AppendChild(item); in AppendChild() 104 LOGE("AppendChild: no stepper item in child"); in AppendChild() 108 ComponentGroup::AppendChild(child); in AppendChild()
|
/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/ |
H A D | semi_modal_component.cpp | 69 column->AppendChild(dragBar); in BuildInnerChild() 70 column->AppendChild(flexItem); in BuildInnerChild() 71 column->AppendChild(boxForNavigation); in BuildInnerChild()
|
/foundation/arkui/ace_engine/frameworks/core/components/stack/ |
H A D | stack_component.cpp | 35 container->AppendChild(navigationBar_); in SetNavigationBar() 36 container->AppendChild(rootChild); in SetNavigationBar()
|
/foundation/arkui/ace_engine/test/unittest/core/layout/ |
H A D | layout_wrapper_node_test_ng.cpp | 109 * @tc.desc: Test AppendChild. 117 wrapper->AppendChild(childWrapper, true); in HWTEST_F() 133 wrapper->AppendChild(childWrapper, false); in HWTEST_F() 134 wrapper->AppendChild(childWrapper2, false); in HWTEST_F() 135 wrapper->AppendChild(childWrapper3, true); in HWTEST_F() 191 wrapper->AppendChild(childWrapper, true); in HWTEST_F() 214 wrapper->AppendChild(childWrapper, true); in HWTEST_F() 246 layoutWrapper->AppendChild(nullptr, true); in HWTEST_F() 322 wrapper->AppendChild(childWrapper, true); in HWTEST_F() 356 layoutWrapper->AppendChild(layoutWrapper in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_fe_gaussianblur.cpp | 39 void SvgFeGaussianBlur::AppendChild(const RefPtr<SvgNode>& child) in AppendChild() function in OHOS::Ace::SvgFeGaussianBlur 41 component_->AppendChild(child->GetComponent()); in AppendChild()
|
H A D | svg_fe_colormatrix.cpp | 39 void SvgFeColorMatrix::AppendChild(const RefPtr<SvgNode>& child) in AppendChild() function in OHOS::Ace::SvgFeColorMatrix 41 component_->AppendChild(child->GetComponent()); in AppendChild()
|
H A D | svg_fe_composite.cpp | 39 void SvgFeComposite::AppendChild(const RefPtr<SvgNode>& child) in AppendChild() function in OHOS::Ace::SvgFeComposite 41 component_->AppendChild(child->GetComponent()); in AppendChild()
|
H A D | svg_fe_offset.cpp | 39 void SvgFeOffset::AppendChild(const RefPtr<SvgNode>& child) in AppendChild() function in OHOS::Ace::SvgFeOffset 41 component_->AppendChild(child->GetComponent()); in AppendChild()
|
H A D | svg_mask.cpp | 39 void SvgMask::AppendChild(const RefPtr<SvgNode>& child) in AppendChild() function in OHOS::Ace::SvgMask 42 component_->AppendChild(child->GetComponent()); in AppendChild()
|
/foundation/arkui/ace_engine/frameworks/core/components/side_bar/ |
H A D | side_bar_container_component.cpp | 105 AppendChild(contentbox);
in Build() 106 AppendChild(barbox);
in Build() 110 AppendChild(btnComposed);
in Build() 112 AppendChild(displayBtn);
in Build()
|
/foundation/arkui/ace_engine/frameworks/core/components/dialog/action_sheet/ |
H A D | action_sheet_component.cpp | 90 row->AppendChild(padding); in BuildMenu() 100 row->AppendChild(text); in BuildMenu() 106 list->AppendChild(listItem); in BuildMenu() 117 column->AppendChild(flexItem); in BuildMenu() 148 column->AppendChild(GenerateComposed("dialogContent", contentFlex, true)); in BuildContent()
|
/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | alert_dialog_component.cpp | 134 row->AppendChild(box); in BuildActions() 147 row->AppendChild(AceType::MakeRefPtr<FlexItemComponent>(0, 1, 0.0, firstBox)); in BuildActions() 151 row->AppendChild(AceType::MakeRefPtr<FlexItemComponent>(0, 0, 0.0, padding)); in BuildActions() 159 row->AppendChild(AceType::MakeRefPtr<FlexItemComponent>(0, 1, 0.0, secondBox)); in BuildActions() 164 column->AppendChild(actionsFlex); in BuildActions()
|
/foundation/arkui/ace_engine/frameworks/core/components/option/ |
H A D | option_component.cpp | 55 AppendChild(customComponent_); in Initialize() 72 AppendChild(icon_); in Initialize() 129 AppendChild(text_); in Initialize()
|
/foundation/arkui/ace_engine/frameworks/core/components/counter/ |
H A D | counter_component.cpp | 69 counterRow->AppendChild(BuildDivider()); in BuildChild() 72 counterRow->AppendChild(BuildDivider()); in BuildChild() 147 row->AppendChild(button); in BuildControl() 175 row->AppendChild(box); in BuildContent()
|
/foundation/arkui/ace_engine/frameworks/core/components/select/ |
H A D | select_component.cpp | 124 row->AppendChild(space); in Initialize() 125 row->AppendChild(textItem); in Initialize() 127 row->AppendChild(textItem); in Initialize() 128 row->AppendChild(space); in Initialize()
|
/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | indexer_list_component.cpp | 36 AppendChild(child); in InsertChild() 39 void IndexerListComponent::AppendChild(const RefPtr<Component>& child) in AppendChild() function in OHOS::Ace::IndexerListComponent
|
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_column_component.cpp | 83 AppendChild(columnClip); in Initialize() 92 AppendChild(splitter); in Initialize()
|