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 D | tab_bar_layout_algorithm.h | 58 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 D | swiper_indicator_pattern.h | 154 void SetJumpIndex(std::optional<int32_t> jumpIndex) in SetJumpIndex()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_layout_algorithm.cpp | 331 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 D | list_item_group_layout_algorithm.cpp | 470 auto jumpIndex = jumpIndex_.value(); in MeasureListItem() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_pattern.cpp | 5845 void SwiperPattern::SetIndicatorJumpIndex(std::optional<int32_t> jumpIndex) in SetIndicatorJumpIndex() 5899 auto jumpIndex = json->GetInt("uiCastJumpIndex"); in FromJson() local
|