/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_scroller_test_ng.cpp | 910 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 D | list_layout_test_ng.cpp | 376 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 D | list_test_ng.h | 93 void ScrollToItemInGroup(int32_t index, int32_t indexInGroup, bool smooth, ScrollAlign align);
|
H A D | list_test_ng.cpp | 315 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 D | list_attr_test_ng.cpp | 1881 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 D | list_position_controller.cpp | 56 listPattern->ScrollToItemInGroup(index, indexInGroup, smooth, align); in JumpToItemInGroup()
|
H A D | list_pattern.h | 192 void ScrollToItemInGroup(int32_t index, int32_t indexInGroup, bool smooth = false,
|
H A D | list_pattern.cpp | 1378 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 D | js_list.h | 34 void ScrollToItemInGroup(const JSCallbackInfo& args);
|
H A D | js_list.cpp | 900 …JSClass<JSListScroller>::CustomMethod("scrollToItemInGroup", &JSListScroller::ScrollToItemInGroup); in JSBind() 990 void JSListScroller::ScrollToItemInGroup(const JSCallbackInfo& args) in ScrollToItemInGroup() function in OHOS::Ace::Framework::JSListScroller
|