Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/
H A Dmeasure_utils_test_ng.cpp61 SizeF CHILDREN_SIZE = { 10, 20 }; variable
907 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);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_layout_algorithm.cpp23 constexpr int32_t CHILDREN_SIZE = 5; variable
61 for (int32_t i = 0; i < CHILDREN_SIZE; i++) { in CalendarPickerContentMeasure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.cpp44 const int32_t CHILDREN_SIZE = 3; variable
578 if (showOptionCount != CHILDREN_SIZE) { in ChangeAmPmTextStyle()
605 if (showOptionCount == CHILDREN_SIZE) { in ChangeTextStyle()
1169 if (childSize != CHILDREN_SIZE) { in SetDividerHeight()