/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_list_unit_test.cpp | 80 EXPECT_EQ(0, listener->GetScrollState());
in HWTEST_F() 83 EXPECT_EQ(1, listener->GetScrollState());
in HWTEST_F()
|
H A D | ui_scroll_view_unit_test.cpp | 70 EXPECT_EQ(scrollListener->GetScrollState(), state); in HWTEST_F() 74 EXPECT_EQ(scrollListener->GetScrollState(), state); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/ |
H A D | scrollable_event_test.cpp | 170 EXPECT_EQ(willScrollState, pattern_->GetScrollState()); in HWTEST_F() 191 EXPECT_EQ(willScrollState, pattern_->GetScrollState()); in HWTEST_F() 237 EXPECT_EQ(didScrollState, pattern_->GetScrollState()); in HWTEST_F() 259 EXPECT_EQ(didScrollState, pattern_->GetScrollState()); in HWTEST_F()
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_scroll_view.cpp | 61 if (scrollListener_ && (scrollListener_->GetScrollState() == OnScrollListener::SCROLL_STATE_MOVE)) { in OnDragEndEvent() 172 if ((scrollListener_ != nullptr) && (scrollListener_->GetScrollState() == OnScrollListener::SCROLL_STATE_MOVE)) { in ScrollBy() 246 (scrollListener_->GetScrollState() == OnScrollListener::SCROLL_STATE_STOP)) { in MoveOffset() 306 if ((scrollListener_ != nullptr) && (scrollListener_->GetScrollState() == OnScrollListener::SCROLL_STATE_MOVE)) { in StopAnimator()
|
H A D | ui_list.cpp | 220 if (scrollListener_ && (scrollListener_->GetScrollState() == ListScrollListener::SCROLL_STATE_MOVE)) { in OnDragEndEvent() 255 if (scrollListener_ && (scrollListener_->GetScrollState() == ListScrollListener::SCROLL_STATE_MOVE)) { in ScrollBy() 352 if (scrollListener_ && (scrollListener_->GetScrollState() == ListScrollListener::SCROLL_STATE_STOP)) { in MoveOffset() 713 (scrollListener_->GetScrollState() == ListScrollListener::SCROLL_STATE_MOVE)) { in StopAnimator()
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_scroll_view.h | 99 uint8_t GetScrollState() const in GetScrollState() function in OHOS::UIScrollView::OnScrollListener
|
H A D | ui_list.h | 143 uint8_t GetScrollState() const in GetScrollState() function in OHOS::ListScrollListener
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_position_controller.h | 54 int32_t GetScrollState() const in GetScrollState() function in OHOS::Ace::ScrollEventInfo
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | event_listener.cpp | 177 int8_t currentState = this->GetScrollState(); in EventExcute()
|
/foundation/arkui/ui_lite/test/uitest/test_ui_list/ |
H A D | ui_test_ui_list.cpp | 446 if (GetScrollState() == SCROLL_STATE_STOP) { in OnScrollStart() 457 if (GetScrollState() == SCROLL_STATE_STOP) { in OnScrollEnd()
|
/foundation/barrierfree/accessibility/services/aams/test/mock/include/ |
H A D | accessibility_ut_helper.h | 305 bool GetScrollState() const in GetScrollState() function in OHOS::Accessibility::AccessibilityAbilityHelper
|
/foundation/barrierfree/accessibility/services/test/moduletest/mock/include/ |
H A D | accessibility_module_test_helper.h | 305 bool GetScrollState() const in GetScrollState() function in OHOS::Accessibility::AccessibilityAbilityMtHelper
|
/foundation/barrierfree/accessibility/services/test/xts/inc/ |
H A D | accessibility_ut_helper.h | 305 bool GetScrollState() const in GetScrollState() function in OHOS::A11y::A11yAbilityHelper
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_pattern.h | 423 ScrollState GetScrollState() const; 425 static ScrollState GetScrollState(int32_t scrollSource);
|
H A D | scrollable_pattern.cpp | 1985 ScrollState ScrollablePattern::GetScrollState() const in GetScrollState() function in OHOS::Ace::NG::ScrollablePattern 1987 return ScrollablePattern::GetScrollState(scrollSource_); in GetScrollState() 1990 ScrollState ScrollablePattern::GetScrollState(int32_t scrollSource) in GetScrollState() function in OHOS::Ace::NG::ScrollablePattern 2567 auto scrollState = GetScrollState(); in FireOnScroll() 2736 auto scrollRes = onScroll(offsetVP, GetScrollState(), ConvertScrollSource(scrollSource_)); in FireOnWillScroll()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/ |
H A D | scroll_pattern.cpp | 398 onScroll(scrollX, scrollY, GetScrollState(), ScrollablePattern::ConvertScrollSource(GetScrollSource())); in FireTwoDimensionOnWillScroll() 424 auto scrollState = GetScrollState(); in FireOnDidScroll()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_layout_algorithm.cpp | 778 } else if (scrollSnapAlign == V2::ScrollSnapAlign::START && pattern->GetScrollState() == ScrollState::IDLE) { in MeasureList() 782 } else if (scrollSnapAlign == V2::ScrollSnapAlign::END && pattern->GetScrollState() == ScrollState::IDLE) { in MeasureList()
|
H A D | list_pattern.cpp | 413 onScroll(offsetVP, GetScrollState(source)); in ProcessEvent()
|