Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
Dnestable_scroll_container.cpp59 void NestableScrollContainer::SetNestedScroll(const NestedScrollOptions& nestedScroll, bool isFixed… in SetNestedScroll() function in OHOS::Ace::NG::NestableScrollContainer
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dscroll_model_impl.h50 void SetNestedScroll(const NestedScrollOptions& nestedOpt) override {}; in SetNestedScroll() function
Dlist_model_impl.h55 void SetNestedScroll(const NestedScrollOptions& nestedOpt) override {}; in SetNestedScroll() function
Dgrid_model_impl.h49 void SetNestedScroll(const NestedScrollOptions& nestedOpt) override {}; in SetNestedScroll() function
Dwater_flow_model_impl.h43 void SetNestedScroll(const NestedScrollOptions& nestedOpt) override {}; in SetNestedScroll() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
Dscroll_model_ng.cpp315 void ScrollModelNG::SetNestedScroll(FrameNode* frameNode, const NestedScrollOptions& nestedOpt) in SetNestedScroll() function in OHOS::Ace::NG::ScrollModelNG
424 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.cpp186 void GridModelNG::SetNestedScroll(const NestedScrollOptions& nestedOpt) in SetNestedScroll() function in OHOS::Ace::NG::GridModelNG
487 void GridModelNG::SetNestedScroll(FrameNode* frameNode, const NestedScrollOptions& nestedOpt) in SetNestedScroll() function in OHOS::Ace::NG::GridModelNG
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
Dweb_model.h168 virtual void SetNestedScroll(const NestedScrollOptions& nestedOpt) {} in SetNestedScroll() function
Dweb_model_ng.cpp1040 void WebModelNG::SetNestedScroll(const NestedScrollOptions& nestedOpt) in SetNestedScroll() function in OHOS::Ace::NG::WebModelNG
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
Dwater_flow_model_ng.cpp187 void WaterFlowModelNG::SetNestedScroll(const NestedScrollOptions& nestedOpt) in SetNestedScroll() function in OHOS::Ace::NG::WaterFlowModelNG
474 void WaterFlowModelNG::SetNestedScroll(FrameNode* frameNode, const NestedScrollOptions& nestedOpt) in SetNestedScroll() function in OHOS::Ace::NG::WaterFlowModelNG
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_model.h143 virtual void SetNestedScroll(const NestedScrollOptions& nestedOpt) {} in SetNestedScroll() function
Dswiper_model_ng.cpp244 void SwiperModelNG::SetNestedScroll(FrameNode* frameNode, const int32_t nestedOpt) in SetNestedScroll() function in OHOS::Ace::NG::SwiperModelNG
384 void SwiperModelNG::SetNestedScroll(const NestedScrollOptions& nestedOpt) in SetNestedScroll() function in OHOS::Ace::NG::SwiperModelNG
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_scroll.cpp457 void JSScroll::SetNestedScroll(const JSCallbackInfo& args) in SetNestedScroll() function in OHOS::Ace::Framework::JSScroll
Djs_water_flow.cpp346 void JSWaterFlow::SetNestedScroll(const JSCallbackInfo& args) in SetNestedScroll() function in OHOS::Ace::Framework::JSWaterFlow
Djs_grid.cpp625 void JSGrid::SetNestedScroll(const JSCallbackInfo& args) in SetNestedScroll() function in OHOS::Ace::Framework::JSGrid
Djs_list.cpp449 void JSList::SetNestedScroll(const JSCallbackInfo& args) in SetNestedScroll() function in OHOS::Ace::Framework::JSList
Djs_swiper.cpp1202 void JSSwiper::SetNestedScroll(const JSCallbackInfo& args) in SetNestedScroll() function in OHOS::Ace::Framework::JSSwiper
Djs_web.cpp4816 void JSWeb::SetNestedScroll(const JSCallbackInfo& args) in SetNestedScroll() function in OHOS::Ace::Framework::JSWeb
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dgrid_modifier.cpp296 void SetNestedScroll(ArkUINodeHandle node, int32_t forward, int32_t backward) in SetNestedScroll() function
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_water_flow_bridge.cpp283 ArkUINativeModuleValue WaterFlowBridge::SetNestedScroll(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetNestedScroll() function in OHOS::Ace::NG::WaterFlowBridge
Darkts_native_grid_bridge.cpp499 ArkUINativeModuleValue GridBridge::SetNestedScroll(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetNestedScroll() function in OHOS::Ace::NG::GridBridge
Darkts_native_scroll_bridge.cpp66 ArkUINativeModuleValue ScrollBridge::SetNestedScroll(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetNestedScroll() function in OHOS::Ace::NG::ScrollBridge
Darkts_native_swiper_bridge.cpp155 ArkUINativeModuleValue SwiperBridge::SetNestedScroll(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetNestedScroll() function in OHOS::Ace::NG::SwiperBridge
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
Dlist_model_ng.cpp223 void ListModelNG::SetNestedScroll(const NestedScrollOptions& nestedOpt) in SetNestedScroll() function in OHOS::Ace::NG::ListModelNG
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
Dweb_pattern.cpp1189 void WebPattern::SetNestedScroll(const NestedScrollOptions& nestedOpt) in SetNestedScroll() function in OHOS::Ace::NG::WebPattern