Home
last modified time | relevance | path

Searched refs:GetScrollState (Results 1 - 18 of 18) sorted by relevance

/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_list_unit_test.cpp80 EXPECT_EQ(0, listener->GetScrollState()); in HWTEST_F()
83 EXPECT_EQ(1, listener->GetScrollState()); in HWTEST_F()
H A Dui_scroll_view_unit_test.cpp70 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 Dscrollable_event_test.cpp170 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 Dui_scroll_view.cpp61 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 Dui_list.cpp220 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 Dui_scroll_view.h99 uint8_t GetScrollState() const in GetScrollState() function in OHOS::UIScrollView::OnScrollListener
H A Dui_list.h143 uint8_t GetScrollState() const in GetScrollState() function in OHOS::ListScrollListener
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_position_controller.h54 int32_t GetScrollState() const in GetScrollState() function in OHOS::Ace::ScrollEventInfo
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Devent_listener.cpp177 int8_t currentState = this->GetScrollState(); in EventExcute()
/foundation/arkui/ui_lite/test/uitest/test_ui_list/
H A Dui_test_ui_list.cpp446 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 Daccessibility_ut_helper.h305 bool GetScrollState() const in GetScrollState() function in OHOS::Accessibility::AccessibilityAbilityHelper
/foundation/barrierfree/accessibility/services/test/moduletest/mock/include/
H A Daccessibility_module_test_helper.h305 bool GetScrollState() const in GetScrollState() function in OHOS::Accessibility::AccessibilityAbilityMtHelper
/foundation/barrierfree/accessibility/services/test/xts/inc/
H A Daccessibility_ut_helper.h305 bool GetScrollState() const in GetScrollState() function in OHOS::A11y::A11yAbilityHelper
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.h423 ScrollState GetScrollState() const;
425 static ScrollState GetScrollState(int32_t scrollSource);
H A Dscrollable_pattern.cpp1985 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 Dscroll_pattern.cpp398 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 Dlist_layout_algorithm.cpp778 } 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 Dlist_pattern.cpp413 onScroll(offsetVP, GetScrollState(source)); in ProcessEvent()

Completed in 27 milliseconds