Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_type_define.h31 EDGE_ALIGN_CENTER, enumerator
H A Dcalendar_picker_layout_property.h63 case CalendarEdgeAlign::EDGE_ALIGN_CENTER: in ToJsonValue()
H A Dcalendar_picker_pattern.cpp1091 } else if (align == CalendarEdgeAlign::EDGE_ALIGN_CENTER) { in CalculateDialogOffset()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar_picker/
H A Dcalendar_picker_test_update.cpp1272 pickerPattern->SetCalendarEdgeAlign(CalendarEdgeAlign::EDGE_ALIGN_CENTER);
1274 EXPECT_EQ(layoutProperty->GetDialogAlignType(), CalendarEdgeAlign::EDGE_ALIGN_CENTER);
H A Dcalendar_picker_test_ng.cpp1502 layoutProperty->UpdateDialogAlignType(CalendarEdgeAlign::EDGE_ALIGN_CENTER);
3465 layoutProperty->propDialogAlignType_ = CalendarEdgeAlign::EDGE_ALIGN_CENTER;