Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/flex/old_cases/
H A Dflex_testtwo_ng.cpp291 auto firstChildWrapper = layoutWrapper->GetOrCreateChildByIndex(0); variable
388 auto firstChildWrapper = layoutWrapper->GetOrCreateChildByIndex(0); variable
484 auto firstChildWrapper = layoutWrapper->GetOrCreateChildByIndex(0); variable
581 auto firstChildWrapper = layoutWrapper->GetOrCreateChildByIndex(0); variable
679 auto firstChildWrapper = layoutWrapper->GetOrCreateChildByIndex(0); variable
776 auto firstChildWrapper = layoutWrapper->GetOrCreateChildByIndex(0); variable
872 auto firstChildWrapper = layoutWrapper->GetOrCreateChildByIndex(0); variable
965 auto firstChildWrapper = layoutWrapper->GetOrCreateChildByIndex(0); variable
1365 auto firstChildWrapper = layoutWrapper->GetOrCreateChildByIndex(0); variable
1776 auto firstChildWrapper = layoutWrapper->GetOrCreateChildByIndex(0); variable
[all …]
H A Dflex_testthree_ng.cpp499 auto firstChildWrapper = layoutWrapper->GetOrCreateChildByIndex(0); variable
500 auto firstChildSize = firstChildWrapper->GetGeometryNode()->GetFrameSize();
501 auto firstChildOffset = firstChildWrapper->GetGeometryNode()->GetFrameOffset();
H A Dflex_test_ng.cpp1527 auto firstChildWrapper = layoutWrapper->GetOrCreateChildByIndex(0); variable
1528 auto firstChildSize = firstChildWrapper->GetGeometryNode()->GetFrameSize();
1529 auto firstChildOffset = firstChildWrapper->GetGeometryNode()->GetFrameOffset();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_adaptive/
H A Dgrid_adaptive_layout_algorithm.cpp47 auto firstChildWrapper = layoutWrapper->GetOrCreateChildByIndex(0); in Measure() local
48 CHECK_NULL_VOID(firstChildWrapper); in Measure()
50 firstChildWrapper->Measure(layoutConstraint); in Measure()
51 auto firstChildSize = firstChildWrapper->GetGeometryNode()->GetMarginFrameSize(); in Measure()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/stack/old_cases/
H A Dstack_test_ng.cpp310 auto firstChildWrapper = layoutWrapper->GetOrCreateChildByIndex(0); variable
311 EXPECT_EQ(firstChildWrapper->GetGeometryNode()->GetFrameOffset(),