Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_scroller_test_ng.cpp910 ScrollToItemInGroup(-2, 1, true, ScrollAlign::START);
963 ScrollToItemInGroup(1, 1, true, ScrollAlign::START);
971 ScrollToItemInGroup(8, 1, true, ScrollAlign::START);
979 ScrollToItemInGroup(2, 4, true, ScrollAlign::START);
1010 ScrollToItemInGroup(2, 1, true, ScrollAlign::AUTO);
1016 ScrollToItemInGroup(2, 1, true, ScrollAlign::END);
1024 ScrollToItemInGroup(2, 1, true, ScrollAlign::START);
1030 ScrollToItemInGroup(2, 1, true, ScrollAlign::AUTO);
1037 ScrollToItemInGroup(2, 1, true, ScrollAlign::AUTO);
1043 ScrollToItemInGroup(2, 1, true, ScrollAlign::END);
[all …]
H A Dlist_layout_test_ng.cpp376 ScrollToItemInGroup(1, 0, false, ScrollAlign::START);
383 ScrollToItemInGroup(2, 1, false, ScrollAlign::END);
389 ScrollToItemInGroup(1, 0, true, ScrollAlign::START);
396 ScrollToItemInGroup(2, 1, true, ScrollAlign::END);
443 ScrollToItemInGroup(1, 0, false, ScrollAlign::START);
449 ScrollToItemInGroup(2, 1, false, ScrollAlign::END);
455 ScrollToItemInGroup(1, 0, true, ScrollAlign::START);
461 ScrollToItemInGroup(2, 1, true, ScrollAlign::END);
H A Dlist_test_ng.h93 void ScrollToItemInGroup(int32_t index, int32_t indexInGroup, bool smooth, ScrollAlign align);
H A Dlist_test_ng.cpp315 void ListTestNg::ScrollToItemInGroup(int32_t index, int32_t indexInGroup, bool smooth, ScrollAlign … in ScrollToItemInGroup() function in OHOS::Ace::NG::ListTestNg
317 pattern_->ScrollToItemInGroup(index, indexInGroup, smooth, align); in ScrollToItemInGroup()
H A Dlist_attr_test_ng.cpp1881 ScrollToItemInGroup(0, 2, false, ScrollAlign::START);
1958 ScrollToItemInGroup(0, 4, false, ScrollAlign::START);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_position_controller.cpp56 listPattern->ScrollToItemInGroup(index, indexInGroup, smooth, align); in JumpToItemInGroup()
H A Dlist_pattern.h192 void ScrollToItemInGroup(int32_t index, int32_t indexInGroup, bool smooth = false,
H A Dlist_pattern.cpp1378 void ListPattern::ScrollToItemInGroup(int32_t index, int32_t indexInGroup, bool smooth, ScrollAlign… in ScrollToItemInGroup() function in OHOS::Ace::NG::ListPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_list.h34 void ScrollToItemInGroup(const JSCallbackInfo& args);
H A Djs_list.cpp900 …JSClass<JSListScroller>::CustomMethod("scrollToItemInGroup", &JSListScroller::ScrollToItemInGroup); in JSBind()
990 void JSListScroller::ScrollToItemInGroup(const JSCallbackInfo& args) in ScrollToItemInGroup() function in OHOS::Ace::Framework::JSListScroller