Home
last modified time | relevance | path

Searched defs:scrollSource (Results 1 – 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_scrollable_base.cpp39 ScrollSource scrollSource) { in JsOnWillScroll()
Djs_scroll.cpp222 ScrollSource scrollSource) { in OnWillScrollCallback()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
Dgrid_scroll_layout_algorithm.h43 void SetScrollSource(int32_t scrollSource) in SetScrollSource()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
Dscrollable_properties.h180 inline std::string GetSourceStr(int32_t scrollSource) in GetSourceStr()
Dscrollable_pattern.h386 void SetScrollSource(int32_t scrollSource) in SetScrollSource()
Dscrollable_pattern.cpp1790 ScrollState ScrollablePattern::GetScrollState(int32_t scrollSource) in GetScrollState()
2937 void ScrollablePattern::AddScrollableFrameInfo(int32_t scrollSource) in AddScrollableFrameInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
Dlist_pattern.cpp467 auto scrollSource = GetScrollSource(); in FireOnReachEnd() local