Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_list_item.cpp304 std::function<void(int32_t offset)> onOffsetChangeCallback; in ParseSwiperAction() local
306 onOffsetChangeCallback = [execCtx = context, in ParseSwiperAction()
316 …odel::GetInstance()->SetSwiperAction(nullptr, nullptr, std::move(onOffsetChangeCallback), swipeEdg… in ParseSwiperAction()