Home
last modified time | relevance | path

Searched defs:children (Results 151 - 175 of 373) sorted by relevance

12345678910>>...15

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_layout_algorithm.cpp134 auto children = row->GetAllChildrenWithBuild(); in MeasureRow() local
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_watch_layout_manager.cpp204 auto children = renderListItemGroup->GetChildren(); in GetFirstChildSize() local
/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/
H A Drender_gesture_listener.cpp469 const auto& children = GetChildren(); in UpdateTouchRect() local
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_component.h214 RowComponent(FlexAlign mainAxisAlign, FlexAlign crossAxisAlign, const std::list<RefPtr<Component>>& children) in RowComponent() argument
229 ColumnComponent(FlexAlign mainAxisAlign, FlexAlign crossAxisAlign, const std::list<RefPtr<Component>>& children) in ColumnComponent() argument
32 FlexComponent(FlexDirection direction, FlexAlign mainAxisAlign, FlexAlign crossAxisAlign, const std::list<RefPtr<Component>>& children) FlexComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components/marquee/
H A Drender_marquee.cpp267 const auto& children = GetChildren(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.cpp287 std::list<RefPtr<Component>> children; in Initialize() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddate_time_animation_controller.cpp424 auto children = value->GetChildren(); in SetDatePicker() local
H A Dpicker_type_define.h61 std::vector<TextCascadePickerOptions> children; member
/foundation/arkui/ace_engine/frameworks/core/components/page/
H A Dpage_element.cpp164 const auto& children = element->GetChildren(); in GetComponentsCount() local
/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Dwrap_component.h30 WrapComponent(double spacing, double contentSpacing, const std::list<RefPtr<Component>>& children) in WrapComponent() argument
34 explicit WrapComponent(const std::list<RefPtr<Component>>& children) : ComponentGroup(children) {} in WrapComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_height_offset_calculator.h105 auto children = node->GetChildren(); in CalculateUINode() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H A Dlinear_layout_utils.cpp203 const auto& children = layoutWrapper->GetAllChildrenWithBuild(); in Layout() local
243 LayoutCondition( const std::list<RefPtr<LayoutWrapper>>& children, TextDirection direction, LayoutConditions& layoutConditions) LayoutCondition() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/
H A Dmenu_item_group_layout_algorithm.cpp197 GetChildrenMaxWidth( const std::list<RefPtr<LayoutWrapper>>& children, const LayoutConstraintF& layoutConstraint) GetChildrenMaxWidth() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dside_bar_container_model_impl.cpp23 std::list<RefPtr<Component>> children; in SetSideBarContainerType() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_document.cpp317 auto children = node->GetChildList(); in RemoveNodes() local
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Dcomponent_test_tester_impl.cpp54 const auto& children = current->GetChildren(); in FindComponentImpl() local
88 const auto& children = current->GetChildren(); in FindComponentsImpl() local
130 const auto& children = current->GetChildren(); in ScrollUntilExistImpl() local
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_element.cpp99 auto children = element->GetChildren().front()->GetChildren(); in RegisterChangeEndListener() local
145 auto children = element->GetChildren().front()->GetChildren(); in BuildCardCalendar() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_button_ffi.cpp54 std::list<RefPtr<Component>> children; in FfiOHOSAceFrameworkButtonCreateWithLabel() local
/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_dump.cpp339 std::unique_ptr<JsonValue> children = JsonUtil::Create(true); in Dump() local
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_coverage.cpp111 std::list<RefPtr<FrameNode>> children; in HWTEST_F() local
141 std::list<RefPtr<FrameNode>> children; in HWTEST_F() local
172 std::list<RefPtr<FrameNode>> children; HWTEST_F() local
203 std::list<RefPtr<FrameNode>> children; HWTEST_F() local
2019 std::list<RefPtr<FrameNode>> children; HWTEST_F() local
2043 std::list<RefPtr<FrameNode>> children; HWTEST_F() local
2069 std::list<RefPtr<FrameNode>> children; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_lifecycle_test_ng.cpp748 auto children = contentNode->GetChildren(); in HWTEST_F() local
789 auto children = content->GetChildren(); in HWTEST_F() local
854 auto children in HWTEST_F() local
895 auto children = content->GetChildren(); HWTEST_F() local
967 auto children = content->GetChildren(); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor_drag/
H A Drich_editor_drag_test_ng.cpp86 auto children = frameNode_->GetChildren(); in CreateDragNodeWithImageSpan() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/
H A Drender_grid_row.cpp36 inline std::list<RefPtr<RenderNode>> SortChildrenByOrder(const std::list<RefPtr<RenderNode>>& children) in SortChildrenByOrder() argument
213 auto children = GetChildren(); in LayoutEachChild() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector.cpp53 const auto& children = current->GetChildren(); in GetInspectorByKey() local
66 const auto& children = element->GetChildren(); in GetInspectorChildren() local
129 const auto& children = element->GetChildren(); in DumpElementTree() local
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dui_task_scheduler.cpp72 std::list<RefPtr<FrameNode>> children; in SetLayoutNodeRect() local

Completed in 16 milliseconds

12345678910>>...15