Searched refs:SIMPLE (Results 1 – 6 of 6) sorted by relevance
185 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 …]
58 if (type_ != CalendarType::SIMPLE) { in Update()313 if (type_ == CalendarType::SIMPLE) { in OnTouchTestHit()418 if ((SystemProperties::GetDeviceType() != DeviceType::WATCH && type_ != CalendarType::SIMPLE) || in UpdateBreakInformation()
187 …else if (SystemProperties::GetDeviceType() == DeviceType::WATCH || type_ == CalendarType::SIMPLE) { in RequestData()270 if ((SystemProperties::GetDeviceType() == DeviceType::WATCH || type_ == CalendarType::SIMPLE) && in UpdateCardCalendarAttr()
330 if (type_ == CalendarType::SIMPLE) { in Build()
654 SIMPLE, enumerator
109 calendar.calendarComponent_->SetCalendarType(CalendarType::SIMPLE); in SetSpecializedAttr()