Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_position_controller.cpp29 list->JumpToIndex(index); in ScrollToIndex()
H A Drender_list.cpp1751 void RenderList::JumpToIndex(int32_t idx) in JumpToIndex() function in OHOS::Ace::V2::RenderList
1803 JumpToIndex(0); in ScrollToEdge()
1805 JumpToIndex(TotalCount()); in ScrollToEdge()
1809 JumpToIndex(0); in ScrollToEdge()
1811 JumpToIndex(TotalCount()); in ScrollToEdge()
2273 JumpToIndex(lastDisplayIndex_); in HandleActionScroll()
2275 JumpToIndex(startIndex_); in HandleActionScroll()
H A Drender_list.h157 void JumpToIndex(int32_t idx);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_multi_child_scroll.h35 void JumpToIndex(int32_t index) override;
H A Dscroll_position_controller.cpp57 scroll->JumpToIndex(index); in ScrollToIndex()
H A Drender_scroll.h53 virtual void JumpToIndex(int32_t index);
H A Drender_multi_child_scroll.cpp150 void RenderMultiChildScroll::JumpToIndex(int32_t index) in JumpToIndex() function in OHOS::Ace::RenderMultiChildScroll
487 JumpToIndex(initialIndex_); in PerformLayout()
H A Drender_scroll.cpp675 void RenderScroll::JumpToIndex(int32_t index) in JumpToIndex() function in OHOS::Ace::RenderScroll