Searched refs:CalendarThemeStructure (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_calendar.cpp | 220 { "columnSpace", [](const std::string& value, CalendarThemeStructure& theme, in SetSpecializedStyle() 230 { "dayColor", [](const std::string& value, CalendarThemeStructure& theme, in SetSpecializedStyle() 232 { "dayFontSize", [](const std::string& value, CalendarThemeStructure& theme, in SetSpecializedStyle() 234 { "dayHeight", [](const std::string& value, CalendarThemeStructure& theme, in SetSpecializedStyle() 236 { "dayWidth", [](const std::string& value, CalendarThemeStructure& theme, in SetSpecializedStyle() 256 { "lunarColor", [](const std::string& value, CalendarThemeStructure& theme, in SetSpecializedStyle() 266 { "lunarHeight", [](const std::string& value, CalendarThemeStructure& theme, in SetSpecializedStyle() 328 { "weekColor", [](const std::string& value, CalendarThemeStructure& theme, in SetSpecializedStyle() 330 { "weekFontSize", [](const std::string& value, CalendarThemeStructure& theme, in SetSpecializedStyle() 332 { "weekHeight", [](const std::string& value, CalendarThemeStructure& theme, in SetSpecializedStyle() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | calendar_composed_element.h | 53 std::unique_ptr<JsonValue> ConvertThemeToDayStyle(const CalendarThemeStructure& theme) const; 54 …std::unique_ptr<JsonValue> ConvertThemeToNonCurrentDayStyle(const CalendarThemeStructure& theme) c… 55 std::unique_ptr<JsonValue> ConvertThemeToTodayStyle(const CalendarThemeStructure& theme) const; 56 std::unique_ptr<JsonValue> ConvertThemeToWeekStyle(const CalendarThemeStructure& theme) const; 57 …std::unique_ptr<JsonValue> ConvertThemeToWorkStateStyle(const CalendarThemeStructure& theme) const;
|
H A D | calendar_composed_element.cpp | 209 …JsonValue> CalendarComposedElement::ConvertThemeToDayStyle(const CalendarThemeStructure& theme) co… in ConvertThemeToDayStyle() 244 const CalendarThemeStructure& theme) const in ConvertThemeToNonCurrentDayStyle() 260 …onValue> CalendarComposedElement::ConvertThemeToTodayStyle(const CalendarThemeStructure& theme) co… in ConvertThemeToTodayStyle() 274 …sonValue> CalendarComposedElement::ConvertThemeToWeekStyle(const CalendarThemeStructure& theme) co… in ConvertThemeToWeekStyle() 295 const CalendarThemeStructure& theme) const in ConvertThemeToWorkStateStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
H A D | render_calendar.h | 82 const CalendarThemeStructure& GetCalendarTheme() const in GetCalendarTheme() 100 CalendarThemeStructure calendarTheme_;
|
H A D | calendar_theme.h | 53 struct CalendarThemeStructure { struct 498 CalendarThemeStructure& GetCalendarTheme() in GetCalendarTheme() 503 CalendarThemeStructure& GetCardCalendarTheme() in GetCardCalendarTheme() 801 CalendarThemeStructure calendarTheme_; 802 CalendarThemeStructure cardCalendarTheme_;
|