Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_list_item.cpp298 V2::SwipeEdgeEffect swipeEdgeEffect = V2::SwipeEdgeEffect::Spring; in ParseSwiperAction() local
300 swipeEdgeEffect = static_cast<V2::SwipeEdgeEffect>(edgeEffect->ToNumber<int32_t>()); in ParseSwiperAction()
316 …tInstance()->SetSwiperAction(nullptr, nullptr, std::move(onOffsetChangeCallback), swipeEdgeEffect); in ParseSwiperAction()