Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_model_ng.h39 void SetSwiperAction(std::function<void()>&& startAction, std::function<void()>&& endAction,
50 static void SetSwiperAction(FrameNode* frameNode, std::function<void()>&& startAction,
H A Dlist_item_model.h48 …virtual void SetSwiperAction(std::function<void()>&& startAction, std::function<void()>&& endActio…
H A Dlist_item_model_ng.cpp82 void ListItemModelNG::SetSwiperAction(std::function<void()>&& startAction, std::function<void()>&& … in SetSwiperAction() function in OHOS::Ace::NG::ListItemModelNG
244 void ListItemModelNG::SetSwiperAction(FrameNode* frameNode, std::function<void()>&& startAction, in SetSwiperAction() function in OHOS::Ace::NG::ListItemModelNG
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_swipe_test_ng.cpp464 itemModel.SetSwiperAction(nullptr, nullptr, nullptr, V2::SwipeEdgeEffect::None);
512 itemModel.SetSwiperAction(nullptr, nullptr, nullptr, V2::SwipeEdgeEffect::None);
562 …itemModel.SetSwiperAction(nullptr, nullptr, std::move(onOffsetChange), V2::SwipeEdgeEffect::Spring…
615 …itemModel.SetSwiperAction(nullptr, nullptr, std::move(onOffsetChange), V2::SwipeEdgeEffect::Spring…
670 itemModel.SetSwiperAction(nullptr, nullptr, nullptr, V2::SwipeEdgeEffect::Spring);
741 itemModel.SetSwiperAction(nullptr, nullptr, nullptr, V2::SwipeEdgeEffect::Spring);
812 itemModel.SetSwiperAction(nullptr, nullptr, nullptr, V2::SwipeEdgeEffect::None);
872 itemModel.SetSwiperAction(nullptr, nullptr, nullptr, V2::SwipeEdgeEffect::None);
1001 …itemModel.SetSwiperAction(nullptr, nullptr, std::move(onOffsetChange), V2::SwipeEdgeEffect::Spring…
1067 …itemModel.SetSwiperAction(nullptr, nullptr, std::move(onOffsetChange), V2::SwipeEdgeEffect::Spring…
[all …]
H A Dlist_test_ng.cpp234 itemModel.SetSwiperAction(nullptr, nullptr, nullptr, effect); in CreateSwipeItems()
H A Dlist_attr_test_ng.cpp253 itemModel.SetSwiperAction(nullptr, nullptr, nullptr, V2::SwipeEdgeEffect::Spring);
270 itemModel.SetSwiperAction(nullptr, nullptr, nullptr, V2::SwipeEdgeEffect::None);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_list_item_modifier.cpp82 ListItemModelNG::SetSwiperAction(frameNode, nullptr, nullptr, onOffsetChange, edgeEffect); in SetListItemSwiperAction()
92 … ListItemModelNG::SetSwiperAction(frameNode, nullptr, nullptr, nullptr, V2::SwipeEdgeEffect::None); in ResetListItemSwiperAction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_list_item.h35 static void SetSwiperAction(const JSCallbackInfo& args);
H A Djs_list_item.cpp254 void JSListItem::SetSwiperAction(const JSCallbackInfo& args) in SetSwiperAction() function in OHOS::Ace::Framework::JSListItem
316 …ListItemModel::GetInstance()->SetSwiperAction(nullptr, nullptr, std::move(onOffsetChangeCallback),… in ParseSwiperAction()
400 JSClass<JSListItem>::StaticMethod("swipeAction", &JSListItem::SetSwiperAction); in JSBind()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dlist_item_model_impl.h39 void SetSwiperAction(std::function<void()>&& startAction, std::function<void()>&& endAction,
H A Dlist_item_model_impl.cpp90 void ListItemModelImpl::SetSwiperAction(std::function<void()>&& startAction, std::function<void()>&…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_list_item_ffi.cpp78 ListItemModel::GetInstance()->SetSwiperAction( in FfiOHOSAceFrameworkListItemSetSwipeAction()