Home
last modified time | relevance | path

Searched refs:workStateVerticalMovingDistance_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_paint_method.h98 double workStateVerticalMovingDistance_ = 0.0; variable
H A Dcalendar_paint_method.cpp499 …textRect.GetOffset().GetY() + textRect.Height() - workStateVerticalMovingDistance_, workStateWidth… in PaintDay()
661 workStateVerticalMovingDistance_ = paintProperty->GetWorkStateVerticalMovingDistance() in SetCalendarTheme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Drosen_render_calendar.h164 double workStateVerticalMovingDistance_ = 0.0; variable
H A Drosen_render_calendar.cpp224workStateVerticalMovingDistance_ = NormalizeToPx(calendarTheme_.workStateVerticalMovingDistance); in PerformLayout()
494 …textRect.GetOffset().GetY() + textRect.Height() - workStateVerticalMovingDistance_, workStateWidth… in PaintDay()