Home
last modified time | relevance | path

Searched refs:CreateItemWithHeight (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_regular_test.cpp196 CreateItemWithHeight(0.0f);
197 CreateItemWithHeight(100.0f);
198 CreateItemWithHeight(100.0f);
230 CreateItemWithHeight(100.0f);
232 CreateItemWithHeight(0.0f);
H A Dwater_flow_segment_layout_test.cpp106 CreateItemWithHeight(50.0f);
107 CreateItemWithHeight(30.0f);
108 CreateItemWithHeight(40.0f);
109 CreateItemWithHeight(60.0f);
110 CreateItemWithHeight(20.0f);
111 CreateItemWithHeight(50.0f);
112 CreateItemWithHeight(30.0f);
113 CreateItemWithHeight(40.0f);
114 CreateItemWithHeight(2.0f);
115 CreateItemWithHeight(20.0f);
H A Dwater_flow_test_ng.h54 void CreateItemWithHeight(float height);
H A Dwater_flow_sw_layout_test.cpp301 CreateItemWithHeight(100.0f);
323 CreateItemWithHeight(100.0f);
590 CreateItemWithHeight(f);
H A Dwater_flow_test_ng.cpp120 …std::function<void(uint32_t)> createFunc = [this, getSize](uint32_t idx) { CreateItemWithHeight(ge… in CreateItemsInRepeat()
122 … [this, getSize](const std::string& value, uint32_t idx) { CreateItemWithHeight(getSize(idx)); }; in CreateItemsInRepeat()
207 void WaterFlowTestNg::CreateItemWithHeight(float height) in CreateItemWithHeight() function in OHOS::Ace::NG::WaterFlowTestNg
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/layout/safe_area/
H A Dexpand_safe_area_test_ng.h67 static void CreateItemWithHeight(float height);
H A Dexpand_safe_area_test_ng.cpp142 void ExpandSafeAreaTestNg::CreateItemWithHeight(float height) in CreateItemWithHeight() function in OHOS::Ace::NG::ExpandSafeAreaTestNg