Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_scrollable_base.cpp40 ScrollSource scrollSource) { in JsOnWillScroll()
H A Djs_scroll.cpp222 ScrollSource scrollSource) { in OnWillScrollCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.h43 void SetScrollSource(int32_t scrollSource) in SetScrollSource()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_properties.h195 inline std::string GetSourceStr(int32_t scrollSource) in GetSourceStr()
H A Dscrollable_pattern.h420 void SetScrollSource(int32_t scrollSource) in SetScrollSource()
H A Dscrollable_pattern.cpp1941 ScrollState ScrollablePattern::GetScrollState(int32_t scrollSource) in GetScrollState()
3184 void ScrollablePattern::AddScrollableFrameInfo(int32_t scrollSource) in AddScrollableFrameInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_list_bridge.cpp1339 const ScrollState& scrollState, ScrollSource scrollSource) { in SetOnListWillScroll()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp472 auto scrollSource = GetScrollSource(); in FireOnReachEnd() local