Searched refs:CALC_SIZE (Results 1 – 1 of 1) sorted by relevance
62 const CalcSize CALC_SIZE = { CalcLength(WIDTH), CalcLength(HEIGHT) }; variable278 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;