Home
last modified time | relevance | path

Searched defs:childList (Results 1 - 20 of 20) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_layout_algorithm.cpp32 auto childList = layoutWrapper->GetAllChildrenWithBuild(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_layout_algorithm.cpp43 std::list<RefPtr<LayoutWrapper>> childList; in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_multi_child_scroll.h71 auto childList = GetChildren(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_layout_algorithm.cpp83 auto childList = layoutWrapper->GetAllChildrenWithBuild(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dbox_layout_algorithm.cpp70 PerformMeasureSelfWithChildList( LayoutWrapper* layoutWrapper, const std::list<RefPtr<LayoutWrapper>>& childList) PerformMeasureSelfWithChildList() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_layout_algorithm.cpp81 const auto& childList = layoutWrapper->GetAllChildrenWithBuild(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.cpp244 std::list<RefPtr<Component>> childList; in InitializeInnerBox() local
/foundation/arkui/ace_engine/test/unittest/core/layout/
H A Dbox_layout_algorithm_test_ng.cpp492 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 Dflex_new_test_ng.cpp164 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 Dnode_adapter_impl.cpp129 std::vector<UINode*> childList; in GetAllItem() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_layout_algorithm.cpp41 auto childList = layoutWrapper->GetAllChildrenWithBuild(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_layout_algorithm.cpp49 const auto& childList = layoutWrapper->GetAllChildrenWithBuild(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_builder.cpp285 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 Dlazy_for_each_node.cpp439 std::list<std::pair<std::string, RefPtr<UINode>>> childList; in LoadChildren() local
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list.cpp804 auto childList = GetChildren(); in PaintItems() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.cpp322 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 Djs_card_parser.cpp1331 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 Drender_node.cpp436 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 Drs_profiler.cpp1401 std::vector<std::shared_ptr<RSRenderNode>> childList; in OnParallelRenderBegin() local
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp3462 std::list<RefPtr<RenderNode>> childList; in GetPaintChildList() local

Completed in 26 milliseconds