Home
last modified time | relevance | path

Searched refs:OnScrollPosition (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_scroller_event_test_ng.cpp53 EXPECT_TRUE(pattern_->OnScrollPosition(itemHeight, SCROLL_FROM_UPDATE));
54 EXPECT_TRUE(pattern_->OnScrollPosition(itemHeight, SCROLL_FROM_UPDATE));
55 EXPECT_TRUE(pattern_->OnScrollPosition(itemHeight, SCROLL_FROM_START));
64 EXPECT_TRUE(pattern_->OnScrollPosition(itemHeight, SCROLL_FROM_UPDATE));
65 EXPECT_TRUE(pattern_->OnScrollPosition(itemHeight, SCROLL_FROM_UPDATE));
66 EXPECT_TRUE(pattern_->OnScrollPosition(itemHeight, SCROLL_FROM_START));
68 EXPECT_TRUE(pattern_->OnScrollPosition(itemHeight, SCROLL_FROM_UPDATE));
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_scroller_event_test_ng.cpp599 pattern_->OnScrollPosition(offset, SCROLL_FROM_START);
H A Dlist_scroller_test_ng.cpp1647 pattern_->OnScrollPosition(offset, SCROLL_FROM_START);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.h818 bool OnScrollPosition(double& offset, int32_t source);
H A Dscrollable_pattern.cpp270 bool ScrollablePattern::OnScrollPosition(double& offset, int32_t source) in OnScrollPosition() function in OHOS::Ace::NG::ScrollablePattern
1875 if (!OnScrollPosition(overOffset, source)) { in HandleScrollImpl()