Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_component.cpp175 auto tmpNextIndex = (currentMonthIndex_ + DISTANCE_FORM_LAST) % MAX_MONTH_CACHE_NUM; in RequestMonthData() local
193 CalendarDataRequest requestMonth(cacheMonth, tmpNextIndex); in RequestMonthData()