Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.cpp1191 auto countAndIndex = optionCount + lastYearIndex; in HandleLunarYearChange() local
1192 countAndIndex = countAndIndex > 0 ? countAndIndex - 1 : 0; in HandleLunarYearChange()
1193 lastYearIndex = optionCount != 0 ? countAndIndex % optionCount : 0; in HandleLunarYearChange()