Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp490 auto userSetCurrentIndex = CurrentIndex(); in BeforeCreateLayoutWrapper() local
491 userSetCurrentIndex = CheckUserSetIndex(userSetCurrentIndex); in BeforeCreateLayoutWrapper()
503 …if (userSetCurrentIndex < 0 || userSetCurrentIndex >= maxValidIndex || GetDisplayCount() >= RealTo… in BeforeCreateLayoutWrapper()
507 if (oldIndex != userSetCurrentIndex) { in BeforeCreateLayoutWrapper()
508 currentIndex_ = userSetCurrentIndex; in BeforeCreateLayoutWrapper()