Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_paint_method.h146 nextValidIndex_ = nextValidIndex; in SetNextValidIndex()
195 int32_t nextValidIndex_ = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h508 return nextValidIndex_; in GetNextValidIndex()
997 int32_t nextValidIndex_ = 0; variable
H A Dswiper_pattern.cpp2517 nextValidIndex_ = GetLoopIndex(CheckTargetIndex(currentFirstIndex_ + 1, true)); in UpdateNextValidIndex()
2519 nextValidIndex_ = -1; in UpdateNextValidIndex()