Home
last modified time | relevance | path

Searched refs:SIMPLE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Drosen_render_calendar.cpp185 topPadding_ = type_ == CalendarType::SIMPLE ? 0.0 : NormalizeToPx(calendarTheme_.topPadding); in PerformLayout()
210 } else if (type_ == CalendarType::SIMPLE) { in PerformLayout()
302 if (SystemProperties::GetDeviceType() == DeviceType::WATCH || type_ == CalendarType::SIMPLE) { in DrawFocusedArea()
314 type_ == CalendarType::SIMPLE in DrawFocusedArea()
324 if (SystemProperties::GetDeviceType() == DeviceType::WATCH || type_ == CalendarType::SIMPLE) { in DrawFocusedArea()
336 type_ == CalendarType::SIMPLE in DrawFocusedArea()
447 if (!day.dayMark.empty() && showHoliday_ && type_ == CalendarType::SIMPLE) { in PaintDay()
475 if ((SystemProperties::GetDeviceType() == DeviceType::WATCH || type_ == CalendarType::SIMPLE) && in PaintDay()
483 if (!day.dayMark.empty() && showHoliday_ && type_ != CalendarType::SIMPLE) { in PaintDay()
757 if ((SystemProperties::GetDeviceType() == DeviceType::WATCH || type_ == CalendarType::SIMPLE) &&
[all …]
H A Drender_calendar.cpp58 if (type_ != CalendarType::SIMPLE) { in Update()
313 if (type_ == CalendarType::SIMPLE) { in OnTouchTestHit()
418 if ((SystemProperties::GetDeviceType() != DeviceType::WATCH && type_ != CalendarType::SIMPLE) || in UpdateBreakInformation()
H A Dcalendar_data_adapter.cpp187 …else if (SystemProperties::GetDeviceType() == DeviceType::WATCH || type_ == CalendarType::SIMPLE) { in RequestData()
270 if ((SystemProperties::GetDeviceType() == DeviceType::WATCH || type_ == CalendarType::SIMPLE) && in UpdateCardCalendarAttr()
H A Dcalendar_component.cpp330 if (type_ == CalendarType::SIMPLE) { in Build()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h654 SIMPLE, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_calendar.cpp109 calendar.calendarComponent_->SetCalendarType(CalendarType::SIMPLE); in SetSpecializedAttr()