Home
last modified time | relevance | path

Searched defs:onScrollStateChanged (Results 1 – 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
Dswiper_event_test_ng.cpp1736 auto onScrollStateChanged = [&currentIndex](const BaseEventInfo* info) { in __anoncef558940902() variable
1767 auto onScrollStateChanged = [&currentIndex](const BaseEventInfo* info) { in __anoncef558940a02() variable
Dswiper_attr_test_ng.cpp1227 auto onScrollStateChanged = [](const BaseEventInfo* info) {}; in __anon5fa40a0d0602() variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkSwiper.ts187 onScrollStateChanged(event: Callback<ScrollState>): this { method in ArkSwiperComponent
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_model.h215 std::function<void(const BaseEventInfo* info)>&& onScrollStateChanged) {} in SetOnScrollStateChanged()
Dswiper_model_ng.cpp1245 std::function<void(const BaseEventInfo* info)>&& onScrollStateChanged) in SetOnScrollStateChanged()
1259 FrameNode* frameNode, std::function<void(const BaseEventInfo* info)>&& onScrollStateChanged) in SetOnScrollStateChanged()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_swiper.cpp1857 …auto onScrollStateChanged = [executionContext = info.GetExecutionContext(), func = std::move(scrol… in SetOnScrollStateChanged() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js35173 onScrollStateChanged(value) { method in ArkSwiperComponent