Home
last modified time | relevance | path

Searched refs:ExecuteScrollFrameBegin (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.cpp393 ExecuteScrollFrameBegin(offset, scrollState); in HandleScrollParentFirst()
403 ExecuteScrollFrameBegin(offset, scrollState); in HandleScrollParentFirst()
435 ExecuteScrollFrameBegin(offset, scrollState); in HandleScrollSelfFirst()
442 ExecuteScrollFrameBegin(offset, scrollState); in HandleScrollSelfFirst()
471 ExecuteScrollFrameBegin(offset, scrollState); in HandleScrollSelfOnly()
504 ExecuteScrollFrameBegin(offset, scrollState); in HandleScrollParallel()
511 ExecuteScrollFrameBegin(offset, scrollState); in HandleScrollParallel()
777 [[deprecated]] void Scrollable::ExecuteScrollFrameBegin(double& mainDelta, ScrollState state) in ExecuteScrollFrameBegin() function in OHOS::Ace::Scrollable
H A Dscrollable.h489 [[deprecated]] void ExecuteScrollFrameBegin(double& mainDelta, ScrollState state);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp1987 ExecuteScrollFrameBegin(offset, scrollState); in HandleScrollParentFirst()
1997 ExecuteScrollFrameBegin(offset, scrollState); in HandleScrollParentFirst()
2033 ExecuteScrollFrameBegin(offset, scrollState); in HandleScrollSelfFirst()
2040 ExecuteScrollFrameBegin(offset, scrollState); in HandleScrollSelfFirst()
2070 ExecuteScrollFrameBegin(offset, scrollState); in HandleScrollSelfOnly()
2102 ExecuteScrollFrameBegin(offset, scrollState); in HandleScrollParallel()
2109 ExecuteScrollFrameBegin(offset, scrollState); in HandleScrollParallel()
2218 ExecuteScrollFrameBegin(offset, scrollState); in HandleScroll()
2352 void ScrollablePattern::ExecuteScrollFrameBegin(float& mainDelta, ScrollState state) in ExecuteScrollFrameBegin() function in OHOS::Ace::NG::ScrollablePattern
H A Dscrollable_pattern.h883 void ExecuteScrollFrameBegin(float& mainDelta, ScrollState state);