Home
last modified time | relevance | path

Searched defs:SetNestedScroll (Results 1 – 13 of 13) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dwater_flow_model_impl.h42 void SetNestedScroll(const NestedScrollOptions& nestedOpt) override {}; in SetNestedScroll() function
Dlist_model_impl.h53 void SetNestedScroll(const NestedScrollOptions& nestedOpt) override {}; in SetNestedScroll() function
Dscroll_model_impl.h48 void SetNestedScroll(const NestedScrollOptions& nestedOpt) override {}; in SetNestedScroll() function
Dgrid_model_impl.h49 void SetNestedScroll(const NestedScrollOptions& nestedOpt) override {}; in SetNestedScroll() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
Dwater_flow_model_ng.cpp159 void WaterFlowModelNG::SetNestedScroll(const NestedScrollOptions& nestedOpt) in SetNestedScroll() function in OHOS::Ace::NG::WaterFlowModelNG
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_water_flow.cpp212 void JSWaterFlow::SetNestedScroll(const JSCallbackInfo& args) in SetNestedScroll() function in OHOS::Ace::Framework::JSWaterFlow
Djs_scroll.cpp369 void JSScroll::SetNestedScroll(const JSCallbackInfo& args) in SetNestedScroll() function in OHOS::Ace::Framework::JSScroll
Djs_list.cpp291 void JSList::SetNestedScroll(const JSCallbackInfo& args) in SetNestedScroll() function in OHOS::Ace::Framework::JSList
Djs_grid.cpp581 void JSGrid::SetNestedScroll(const JSCallbackInfo& args) in SetNestedScroll() function in OHOS::Ace::Framework::JSGrid
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
Dscroll_model_ng.cpp173 void ScrollModelNG::SetNestedScroll(const NestedScrollOptions& nestedOpt) in SetNestedScroll() function in OHOS::Ace::NG::ScrollModelNG
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
Dgrid_model_ng.cpp178 void GridModelNG::SetNestedScroll(const NestedScrollOptions& nestedOpt) in SetNestedScroll() function in OHOS::Ace::NG::GridModelNG
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
Dlist_model_ng.cpp167 void ListModelNG::SetNestedScroll(const NestedScrollOptions& nestedOpt) in SetNestedScroll() function in OHOS::Ace::NG::ListModelNG
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
Dscrollable_pattern.cpp540 void ScrollablePattern::SetNestedScroll(const NestedScrollOptions& nestedOpt) in SetNestedScroll() function in OHOS::Ace::NG::ScrollablePattern