Home
last modified time | relevance | path

Searched refs:buildItem_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node_layout_algorithm.h59 return std::move(buildItem_); in MoveBuildItem()
71 RefPtr<UINode> buildItem_; variable
H A Dcustom_node_layout_algorithm.cpp58 if (buildItem_ == nullptr) { in Measure()
59 buildItem_ = child; in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list.h96 buildItem_ = buildItem; in RegisterBuildItemCallback()
586 BuildListDataFunc buildItem_; variable
H A Drender_list.cpp400 if (buildItem_ && !buildItem_(index)) { in GetChildByIndex()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/custom/
H A Dcustom_test_ng.cpp999 EXPECT_EQ(test.buildItem_, frameChild1);
1067 rowLayoutAlgorithm2->buildItem_ = frameNode2;