Home
last modified time | relevance | path

Searched refs:nextMonthData (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_dialog_pattern.cpp829 ObtainedMonth nextMonthData = calendarPattern->GetNextMonthData(); in PaintNonCurrentMonthFocusState() local
843 focusedDay_ = nextMonthData.days[0]; in PaintNonCurrentMonthFocusState()
844 nextMonthData.days[0].isKeyFocused = true; in PaintNonCurrentMonthFocusState()
845 calendarPattern->SetNextMonthData(nextMonthData); in PaintNonCurrentMonthFocusState()
859 ObtainedMonth nextMonthData = calendarPattern->GetNextMonthData(); in UpdateNonCurrentMonthFocusedDay() local
870 if (focusedDay.month.year == nextMonthData.year && focusedDay.month.month == nextMonthData.month) { in UpdateNonCurrentMonthFocusedDay()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_calendar.cpp120 ObtainedMonth nextMonthData = GetNextData(nextData); in Create() local
123 calendarData.nextData = nextMonthData; in Create()

Completed in 4 milliseconds