Home
last modified time | relevance | path

Searched defs:nestedOpt (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()
Dlist_model_impl.h53 void SetNestedScroll(const NestedScrollOptions& nestedOpt) override {}; in SetNestedScroll()
Dscroll_model_impl.h48 void SetNestedScroll(const NestedScrollOptions& nestedOpt) override {}; in SetNestedScroll()
Dgrid_model_impl.h49 void SetNestedScroll(const NestedScrollOptions& nestedOpt) override {}; in SetNestedScroll()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
Dwater_flow_model_ng.cpp159 void WaterFlowModelNG::SetNestedScroll(const NestedScrollOptions& nestedOpt) in SetNestedScroll()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_water_flow.cpp214 NestedScrollOptions nestedOpt = { in SetNestedScroll() local
Djs_scroll.cpp371 NestedScrollOptions nestedOpt = { in SetNestedScroll() local
Djs_list.cpp293 NestedScrollOptions nestedOpt = { in SetNestedScroll() local
Djs_grid.cpp583 NestedScrollOptions nestedOpt = { in SetNestedScroll() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
Dscroll_model_ng.cpp173 void ScrollModelNG::SetNestedScroll(const NestedScrollOptions& nestedOpt) in SetNestedScroll()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
Dgrid_model_ng.cpp178 void GridModelNG::SetNestedScroll(const NestedScrollOptions& nestedOpt) in SetNestedScroll()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
Dlist_model_ng.cpp167 void ListModelNG::SetNestedScroll(const NestedScrollOptions& nestedOpt) in SetNestedScroll()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
Dscrollable_pattern.cpp540 void ScrollablePattern::SetNestedScroll(const NestedScrollOptions& nestedOpt) in SetNestedScroll()