Home
last modified time | relevance | path

Searched refs:firstLayoutWrapper (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/blank/
H A Dblank_test_ng.cpp333 firstLayoutWrapper->SetLayoutAlgorithm(
385 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
394 firstLayoutWrapper->SetLayoutAlgorithm(
444 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
453 firstLayoutWrapper->SetLayoutAlgorithm(
503 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
512 firstLayoutWrapper->SetLayoutAlgorithm(
584 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
592 firstLayoutWrapper->SetLayoutAlgorithm(
652 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/flex/old_cases/
H A Dflex_testthree_ng.cpp815 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
822 firstLayoutWrapper->SetLayoutAlgorithm(
872 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
879 firstLayoutWrapper->SetLayoutAlgorithm(
970 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
977 firstLayoutWrapper->SetLayoutAlgorithm(
1053 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
1061 firstLayoutWrapper->SetLayoutAlgorithm(
1151 firstLayoutWrapper->SetLayoutAlgorithm(
1237 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
[all …]
H A Dflex_test_ng.cpp337 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
339 EXPECT_FALSE(firstLayoutWrapper == nullptr);
345 firstLayoutWrapper->SetLayoutAlgorithm(
349 layoutWrapper.AppendChild(firstLayoutWrapper);
513 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
521 firstLayoutWrapper->SetLayoutAlgorithm(
614 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
624 firstLayoutWrapper->SetLayoutAlgorithm(
800 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
808 firstLayoutWrapper->SetLayoutAlgorithm(
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/relative_container/old_cases/
H A Drelative_container_test_ng.cpp222 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
227 firstLayoutWrapper->SetLayoutAlgorithm(
243 layoutWrapper.AppendChild(firstLayoutWrapper);
309 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
314 firstLayoutWrapper->SetLayoutAlgorithm(
329 layoutWrapper.AppendChild(firstLayoutWrapper);
1257 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
1261 firstLayoutWrapper->SetLayoutAlgorithm(
1335 firstLayoutWrapper->SetLayoutAlgorithm(
1440 firstLayoutWrapper->SetLayoutAlgorithm(
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_indicator_extent_test_ng.cpp1493 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
1495 layoutWrapper.AppendChild(firstLayoutWrapper);
1533 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
1535 layoutWrapper.AppendChild(firstLayoutWrapper);
1573 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
1575 layoutWrapper.AppendChild(firstLayoutWrapper);
1613 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
1615 layoutWrapper.AppendChild(firstLayoutWrapper);
1653 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
1655 layoutWrapper.AppendChild(firstLayoutWrapper);
[all …]
H A Dswiper_indicator_layout_test_ng.cpp306 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
308 layoutWrapper.AppendChild(firstLayoutWrapper);
347 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
349 layoutWrapper.AppendChild(firstLayoutWrapper);
364 …EXPECT_TRUE(IsEqual(firstLayoutWrapper->GetGeometryNode()->GetMarginFrameOffset(), OffsetF(8.00, 5…
H A Dswiper_layout_test_ng.cpp390 auto firstLayoutWrapper = variable
392 layoutWrapper.AppendChild(firstLayoutWrapper);
675 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
677 indicatorWrapper->AppendChild(firstLayoutWrapper);
1104 auto firstLayoutWrapper = variable
1107 layoutWrapper.AppendChild(firstLayoutWrapper);
1539 auto firstLayoutWrapper = variable
1542 layoutWrapper.AppendChild(firstLayoutWrapper);
H A Dswiper_test_ng.cpp340 auto firstLayoutWrapper = variable
343 dirty->AppendChild(firstLayoutWrapper);
1296 auto firstLayoutWrapper = variable
1299 dirty->AppendChild(firstLayoutWrapper);
1423 auto firstLayoutWrapper = variable
1426 dirty->AppendChild(firstLayoutWrapper);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dshape_pattern_test_ng.cpp445 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
447 EXPECT_FALSE(firstLayoutWrapper == nullptr);
450 firstLayoutWrapper->GetLayoutProperty()->UpdateLayoutConstraint(childLayoutConstraint);
451 firstLayoutWrapper->GetLayoutProperty()->UpdateUserDefinedIdealSize(
453 layoutWrapper.AppendChild(firstLayoutWrapper);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/
H A Dselect_overlay_test_ng.cpp820 ASSERT_NE(firstLayoutWrapper, nullptr);
826 firstLayoutWrapper->SetLayoutAlgorithm(
2508 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
2510 ASSERT_NE(firstLayoutWrapper, nullptr);
2517 firstLayoutWrapper->SetLayoutAlgorithm(
2521 layoutWrapper->AppendChild(firstLayoutWrapper);
2909 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
2914 firstLayoutWrapper->SetLayoutAlgorithm(
3062 RefPtr<LayoutWrapperNode> firstLayoutWrapper = variable
3064 ASSERT_NE(firstLayoutWrapper, nullptr);
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/layout/
H A Dbox_layout_algorithm_test_ng.cpp78 RefPtr<LayoutWrapperNode> firstLayoutWrapper = in CreatChildlayoutWrapper() local
80 return firstLayoutWrapper; in CreatChildlayoutWrapper()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/stage/
H A Dstage_test_ng.cpp74 RefPtr<LayoutWrapperNode> firstLayoutWrapper = in CreatChildlayoutWrapper() local
76 return firstLayoutWrapper; in CreatChildlayoutWrapper()