Home
last modified time | relevance | path

Searched refs:underscoreYAxisOffset (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcalendar_model_impl.cpp161 if (CurrentDayStyleDataImpl.underscoreYAxisOffset.has_value()) { in SetCurrentDayStyle()
162 theme.underscoreYAxisOffset = CurrentDayStyleDataImpl.underscoreYAxisOffset.value(); in SetCurrentDayStyle()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dcalendar_composed_element.cpp220 Dimension underscoreYAxisOffset = theme.underscoreYAxisOffset; in ConvertThemeToDayStyle() local
235 dayStyle->Put("underscoreYAxisOffset", std::to_string(underscoreYAxisOffset.Value()).c_str()); in ConvertThemeToDayStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_calendar.cpp432 CalcDimension underscoreYAxisOffset; in SetCurrentDayStyle() local
433 if (ParseJsDimensionFp(obj->GetProperty("underscoreYAxisOffset"), underscoreYAxisOffset)) { in SetCurrentDayStyle()
434 currentDayStyleData.underscoreYAxisOffset = underscoreYAxisOffset; in SetCurrentDayStyle()
496 ConvertFromJSValue(obj->GetProperty("underscoreYAxisOffset"), CurrentDayStyleDataImpl.underscoreYAxisOffset); in SetCurrentDayStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_data.h39 std::optional<Dimension> underscoreYAxisOffset; member
H A Dcalendar_model_ng.cpp284 if (currentDayStyleData.underscoreYAxisOffset.has_value()) { in SetCurrentDayStyle()
285 currentDayStyle.UpdateUnderscoreYAxisOffset(currentDayStyleData.underscoreYAxisOffset.value()); in SetCurrentDayStyle()
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_theme.h116 Dimension underscoreYAxisOffset; member
407 theme->calendarTheme_.underscoreYAxisOffset = in ParseCalendarThemePattern()
463 theme->cardCalendarTheme_.underscoreYAxisOffset = in ParseCardCalendarThemePattern()
H A Drosen_render_calendar.cpp598 auto underscoreYAxisOffset = calendarTheme_.underscoreYAxisOffset; in HandleAdditionalConditions() local
600 offset + Offset(x + NormalizeToPx(underscoreXAxisOffset), y + NormalizeToPx(underscoreYAxisOffset)); in HandleAdditionalConditions()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_calendar.cpp320 { "underscoreYAxisOffset", in SetSpecializedStyle()
322 theme.underscoreYAxisOffset = node.ParseDimension(value); in SetSpecializedStyle()
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/
H A Dcalendar_test_ng.cpp175 dayStyle.underscoreYAxisOffset = std::make_optional(SIZE_VALUE); in HWTEST_F()

Completed in 12 milliseconds