Searched refs:CHILDREN_SIZE (Results 1 – 3 of 3) sorted by relevance
61 SizeF CHILDREN_SIZE = { 10, 20 }; variable907 CreateChildrenConstraint(CHILDREN_SIZE, testPadding);908 EXPECT_EQ(CHILDREN_SIZE.width_, 10.0);909 EXPECT_EQ(CHILDREN_SIZE.height_, 20.0);917 CreateChildrenConstraint(CHILDREN_SIZE, testPadding);918 EXPECT_EQ(CHILDREN_SIZE.width_, -10.0);919 EXPECT_EQ(CHILDREN_SIZE.height_, 0);
23 constexpr int32_t CHILDREN_SIZE = 5; variable61 for (int32_t i = 0; i < CHILDREN_SIZE; i++) { in CalendarPickerContentMeasure()
44 const int32_t CHILDREN_SIZE = 3; variable578 if (showOptionCount != CHILDREN_SIZE) { in ChangeAmPmTextStyle()605 if (showOptionCount == CHILDREN_SIZE) { in ChangeTextStyle()1169 if (childSize != CHILDREN_SIZE) { in SetDividerHeight()