Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H A Ddialog_model_test_ng.cpp49 constexpr float CHILD_SIZE = 300.0f; variable
1253 auto topLeftOffset = OffsetF(0.f, CHILD_SIZE);
1255 auto childSize = SizeF(CHILD_SIZE, CHILD_SIZE);
1293 auto childSize = SizeF(CHILD_SIZE, CHILD_SIZE);
1309 layoutAlgorithm->hostWindowRect_ = RectF(OffsetF(), SizeF(CHILD_SIZE, CHILD_SIZE));
1314 EXPECT_EQ(maskRect.value().GetWidth(), Dimension(CHILD_SIZE, DimensionUnit::PX));
1315 EXPECT_EQ(maskRect.value().GetHeight(), Dimension(CHILD_SIZE, DimensionUnit::PX));
1369 auto childSize = SizeF(CHILD_SIZE, CHILD_SIZE);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddate_time_animation_controller.cpp21 constexpr int32_t CHILD_SIZE = 3; variable
425 if (children.size() != CHILD_SIZE) { in SetDatePicker()
H A Ddatepicker_pattern.cpp41 constexpr int32_t CHILD_SIZE = 3; variable
494 if (children.size() != CHILD_SIZE) { in OrderAllChildNode()
1353 if (children.size() != CHILD_SIZE) { in OrderCurrentDateByYearMonthDayColumn()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_test_ng.cpp79 const SizeF CHILD_SIZE(CHILD_WIDTH, CHILD_HEIGHT);
317 geometryNode->SetContentSize(CHILD_SIZE);
H A Dxcomponent_property_test_ng.cpp81 const SizeF CHILD_SIZE(CHILD_WIDTH, CHILD_HEIGHT);
363 EXPECT_EQ(childLayoutWrapper2->GetGeometryNode()->GetFrameSize(), CHILD_SIZE);