Home
last modified time | relevance | path

Searched defs:onContentDidScroll (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_animation_test_ng.cpp58 …auto onContentDidScroll = [](int32_t selectedIndex, int32_t index, float position, float mainAxisL… in CreateWithCustomAnimation() local
868 …auto onContentDidScroll = [&isTrigger](int32_t selectedIndex, int32_t index, float position, float… in __anonc24bf7482302() variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_model.h146 virtual void SetOnContentDidScroll(ContentDidScrollEvent&& onContentDidScroll) {} in SetOnContentDidScroll()
H A Dswiper_model_ng.cpp414 void SwiperModelNG::SetOnContentDidScroll(ContentDidScrollEvent&& onContentDidScroll) in SetOnContentDidScroll()
423 …perModelNG::SetOnContentDidScroll(FrameNode* frameNode, ContentDidScrollEvent&& onContentDidScroll) in SetOnContentDidScroll()
H A Dswiper_pattern.h469 void SetOnContentDidScroll(ContentDidScrollEvent&& onContentDidScroll) in SetOnContentDidScroll()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.cpp1263 auto onContentDidScroll = [execCtx = info.GetExecutionContext(), in SetOnContentDidScroll() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js28019 onContentDidScroll(value) { method in ArkSwiperComponent