/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/ |
H A D | text_clock_layout_algorithm.cpp | 32 auto childList = layoutWrapper->GetAllChildrenWithBuild(); in Measure() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_layout_algorithm.cpp | 43 std::list<RefPtr<LayoutWrapper>> childList; in Measure() local
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | render_multi_child_scroll.h | 71 auto childList = GetChildren(); variable
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/ |
H A D | switch_layout_algorithm.cpp | 83 auto childList = layoutWrapper->GetAllChildrenWithBuild(); in Measure() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | box_layout_algorithm.cpp | 70 PerformMeasureSelfWithChildList( LayoutWrapper* layoutWrapper, const std::list<RefPtr<LayoutWrapper>>& childList) PerformMeasureSelfWithChildList() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
H A D | checkbox_layout_algorithm.cpp | 81 const auto& childList = layoutWrapper->GetAllChildrenWithBuild(); in Measure() local
|
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/ |
H A D | select_popup_component.cpp | 244 std::list<RefPtr<Component>> childList; in InitializeInnerBox() local
|
/foundation/arkui/ace_engine/test/unittest/core/layout/ |
H A D | box_layout_algorithm_test_ng.cpp | 492 std::list<RefPtr<LayoutWrapper>> childList; in HWTEST_F() local 493 boxLayoutAlgorithm.PerformMeasureSelfWithChildList(AccessibilityManager::RawPtr(layoutWrapper), childList); in HWTEST_F() local 503 boxLayoutAlgorithm.PerformMeasureSelfWithChildList(AccessibilityManager::RawPtr(layoutWrapper), childList); in HWTEST_F() local 549 std::list<RefPtr<LayoutWrapper>> childList; in HWTEST_F() local 554 boxLayoutAlgorithm.PerformMeasureSelfWithChildList(AccessibilityManager::RawPtr(layoutWrapper), childList); in HWTEST_F() local 611 std::list<RefPtr<LayoutWrapper>> childList; in HWTEST_F() local 613 boxLayoutAlgorithm.PerformMeasureSelfWithChildList(AccessibilityManager::RawPtr(layoutWrapper), childList); in HWTEST_F() local 658 std::list<RefPtr<LayoutWrapper>> childList; in HWTEST_F() local 661 boxLayoutAlgorithm.PerformMeasureSelfWithChildList(AccessibilityManager::RawPtr(layoutWrapper), childList); HWTEST_F() local 787 std::list<RefPtr<LayoutWrapper>> childList; HWTEST_F() local 796 boxLayoutAlgorithm.PerformMeasureSelfWithChildList(AccessibilityManager::RawPtr(layoutWrapper), childList); HWTEST_F() local 808 boxLayoutAlgorithm.PerformMeasureSelfWithChildList(AccessibilityManager::RawPtr(layoutWrapper), childList); HWTEST_F() local 818 boxLayoutAlgorithm.PerformMeasureSelfWithChildList(AccessibilityManager::RawPtr(layoutWrapper), childList); HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/flex/ |
H A D | flex_new_test_ng.cpp | 164 auto childList = iterNodes->second; in HWTEST_F() local 372 auto childList = iterNodes->second; in HWTEST_F() local 441 auto childList = iterNodes->second; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_adapter_impl.cpp | 129 std::vector<UINode*> childList; in GetAllItem() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
H A D | gauge_layout_algorithm.cpp | 41 auto childList = layoutWrapper->GetAllChildrenWithBuild(); in Measure() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_layout_algorithm.cpp | 49 const auto& childList = layoutWrapper->GetAllChildrenWithBuild(); in Measure() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_builder.cpp | 285 void LazyForEachBuilder::Transit(std::list<std::pair<std::string, RefPtr<UINode>>>& childList) in Transit() argument 301 GetItems( std::list<std::pair<std::string, RefPtr<UINode>>>& childList) GetItems() argument
|
H A D | lazy_for_each_node.cpp | 439 std::list<std::pair<std::string, RefPtr<UINode>>> childList; in LoadChildren() local
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | render_list.cpp | 804 auto childList = GetChildren(); in PaintItems() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/ |
H A D | flex_layout_algorithm.cpp | 322 auto& childList = loopIter->second; in MeasureAndCleanMagicNodes() local 376 auto& childList = secondIterLoop->second; in MeasureAndCleanMagicNodes() local 417 auto& childList = iter->second; in MeasureAndCleanMagicNodes() local 441 auto childList = iter->second; in MeasureAndCleanMagicNodes() local 492 auto childList = iter->second; MeasureAndCleanMagicNodes() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | js_card_parser.cpp | 1331 auto childList = rootJson->GetValue("children"); in UpdateDomNode() local 1335 void JsCardParser::UpdateChildRen(const std::unique_ptr<JsonValue>& childList, const RefPtr<Framework::JsAcePage>& page, in UpdateChildRen() argument 1717 auto childList = rootJson->GetValue("children"); in CreateDomNode() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | render_node.cpp | 436 PaintChildList( const std::list<RefPtr<RenderNode>>& childList, RenderContext& context, const Offset& offset) PaintChildList() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler.cpp | 1401 std::vector<std::shared_ptr<RSRenderNode>> childList; in OnParallelRenderBegin() local
|
/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | render_swiper.cpp | 3462 std::list<RefPtr<RenderNode>> childList; in GetPaintChildList() local
|