Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/layout/
H A Dlayout_property_test_ng.cpp667 LayoutConstraintF twoResult = layoutProperty->CreateChildConstraint(); variable
668 EXPECT_EQ(twoResult.maxSize.Width(), 10);
669 EXPECT_EQ(twoResult.maxSize.Height(), 1);
670 EXPECT_EQ(twoResult.percentReference.Width(), 10);
671 EXPECT_EQ(twoResult.percentReference.Height(), 1);