Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/layout/
H A Dlayout_property_test_ng.cpp62 const CalcSize CALC_SIZE = { CalcLength(WIDTH), CalcLength(HEIGHT) }; variable
278 constraint.maxSize = CALC_SIZE;
279 constraint.minSize = CALC_SIZE;
280 constraint.selfIdealSize = CALC_SIZE;
285 EXPECT_EQ(layoutProperty->calcLayoutConstraint_->maxSize.value(), CALC_SIZE);
286 EXPECT_EQ(layoutProperty->calcLayoutConstraint_->minSize.value(), CALC_SIZE);
287 EXPECT_EQ(layoutProperty->calcLayoutConstraint_->selfIdealSize.value(), CALC_SIZE);
1481 layoutProperty->calcLayoutConstraint_->minSize = CALC_SIZE;
1521 layoutProperty->calcLayoutConstraint_->maxSize = CALC_SIZE;