Home
last modified time | relevance | path

Searched refs:SetOnContentDidScroll (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_model_ng.h78 void SetOnContentDidScroll(ContentDidScrollEvent&& onContentDidScroll) override;
138 …static void SetOnContentDidScroll(FrameNode* frameNode, ContentDidScrollEvent&& onContentDidScroll…
H A Dswiper_model_ng.cpp414 void SwiperModelNG::SetOnContentDidScroll(ContentDidScrollEvent&& onContentDidScroll) in SetOnContentDidScroll() function in OHOS::Ace::NG::SwiperModelNG
420 pattern->SetOnContentDidScroll(std::move(onContentDidScroll)); in SetOnContentDidScroll()
423 void SwiperModelNG::SetOnContentDidScroll(FrameNode* frameNode, ContentDidScrollEvent&& onContentDi… in SetOnContentDidScroll() function in OHOS::Ace::NG::SwiperModelNG
428 pattern->SetOnContentDidScroll(std::move(onContentDidScroll)); in SetOnContentDidScroll()
H A Dswiper_model.h146 virtual void SetOnContentDidScroll(ContentDidScrollEvent&& onContentDidScroll) {} in SetOnContentDidScroll() function
H A Dswiper_pattern.h469 void SetOnContentDidScroll(ContentDidScrollEvent&& onContentDidScroll) in SetOnContentDidScroll() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_swiper_bridge.h78 static ArkUINativeModuleValue SetOnContentDidScroll(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_swiper_bridge.cpp1014 ArkUINativeModuleValue SwiperBridge::SetOnContentDidScroll(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetOnContentDidScroll() function in OHOS::Ace::NG::SwiperBridge
H A Darkts_native_api_impl_bridge.cpp4899 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), SwiperBridge::SetOnContentDidScroll)); in RegisterSwiperAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.h69 static void SetOnContentDidScroll(const JSCallbackInfo& info);
H A Djs_swiper.cpp160 JSClass<JSSwiper>::StaticMethod("onContentDidScroll", &JSSwiper::SetOnContentDidScroll); in JSBind()
1256 void JSSwiper::SetOnContentDidScroll(const JSCallbackInfo& info) in SetOnContentDidScroll() function in OHOS::Ace::Framework::JSSwiper
1270 SwiperModel::GetInstance()->SetOnContentDidScroll(std::move(onContentDidScroll)); in SetOnContentDidScroll()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp1133 void SetOnContentDidScroll(ArkUINodeHandle node, void* callback) in SetOnContentDidScroll() function
1139 SwiperModelNG::SetOnContentDidScroll(frameNode, std::move(*onEvent)); in SetOnContentDidScroll()
1141 SwiperModelNG::SetOnContentDidScroll(frameNode, nullptr); in SetOnContentDidScroll()
1149 SwiperModelNG::SetOnContentDidScroll(frameNode, nullptr); in ResetOnContentDidScroll()
1172 SetOnContentDidScroll, ResetOnContentDidScroll, in GetSwiperModifier()
1287 SwiperModelNG::SetOnContentDidScroll(frameNode, std::move(onEvent)); in SetSwiperOnContentDidScroll()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_animation_test_ng.cpp59 model.SetOnContentDidScroll(std::move(onContentDidScroll)); in CreateWithCustomAnimation()
878 model.SetOnContentDidScroll(std::move(onContentDidScroll)); in __anonc24bf7482402()