Home
last modified time | relevance | path

Searched defs:jumpIndex (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_layout_algorithm.h58 void SetJumpIndex(std::optional<int32_t> jumpIndex) in SetJumpIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.h154 void SetJumpIndex(std::optional<int32_t> jumpIndex) in SetJumpIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp331 int32_t jumpIndex = jumpIndex_.has_value() ? jumpIndex_.value() : targetIndex_.value(); in HandleJumpAuto() local
456 float startPos, float endPos, int32_t startIndex, int32_t endIndex, int32_t jumpIndex) in CheckNoNeedJumpListItem()
484 int32_t startIndex, int32_t endIndex, int32_t jumpIndex, float jumpIndexStartPos) in CheckNoNeedJumpListItemGroup()
592 int32_t startIndex, int32_t endIndex, int32_t jumpIndex, float jumpIndexStartPos) in NoNeedJump()
H A Dlist_item_group_layout_algorithm.cpp470 auto jumpIndex = jumpIndex_.value(); in MeasureListItem() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp5845 void SwiperPattern::SetIndicatorJumpIndex(std::optional<int32_t> jumpIndex) in SetIndicatorJumpIndex()
5899 auto jumpIndex = json->GetInt("uiCastJumpIndex"); in FromJson() local