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 D | swiper_model_ng.h | 78 void SetOnContentDidScroll(ContentDidScrollEvent&& onContentDidScroll) override; 138 …static void SetOnContentDidScroll(FrameNode* frameNode, ContentDidScrollEvent&& onContentDidScroll…
|
H A D | swiper_model_ng.cpp | 414 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 D | swiper_model.h | 146 virtual void SetOnContentDidScroll(ContentDidScrollEvent&& onContentDidScroll) {} in SetOnContentDidScroll() function
|
H A D | swiper_pattern.h | 469 void SetOnContentDidScroll(ContentDidScrollEvent&& onContentDidScroll) in SetOnContentDidScroll() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_swiper_bridge.h | 78 static ArkUINativeModuleValue SetOnContentDidScroll(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_swiper_bridge.cpp | 1014 ArkUINativeModuleValue SwiperBridge::SetOnContentDidScroll(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetOnContentDidScroll() function in OHOS::Ace::NG::SwiperBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4899 … 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 D | js_swiper.h | 69 static void SetOnContentDidScroll(const JSCallbackInfo& info);
|
H A D | js_swiper.cpp | 160 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 D | node_swiper_modifier.cpp | 1133 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 D | swiper_animation_test_ng.cpp | 59 model.SetOnContentDidScroll(std::move(onContentDidScroll)); in CreateWithCustomAnimation() 878 model.SetOnContentDidScroll(std::move(onContentDidScroll)); in __anonc24bf7482402()
|