/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_model_ng.h | 39 void SetSwiperAction(std::function<void()>&& startAction, std::function<void()>&& endAction, 50 static void SetSwiperAction(FrameNode* frameNode, std::function<void()>&& startAction,
|
H A D | list_item_model.h | 48 …virtual void SetSwiperAction(std::function<void()>&& startAction, std::function<void()>&& endActio…
|
H A D | list_item_model_ng.cpp | 82 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 D | list_swipe_test_ng.cpp | 464 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 D | list_test_ng.cpp | 234 itemModel.SetSwiperAction(nullptr, nullptr, nullptr, effect); in CreateSwipeItems()
|
H A D | list_attr_test_ng.cpp | 253 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 D | node_list_item_modifier.cpp | 82 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 D | js_list_item.h | 35 static void SetSwiperAction(const JSCallbackInfo& args);
|
H A D | js_list_item.cpp | 254 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 D | list_item_model_impl.h | 39 void SetSwiperAction(std::function<void()>&& startAction, std::function<void()>&& endAction,
|
H A D | list_item_model_impl.cpp | 90 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 D | cj_list_item_ffi.cpp | 78 ListItemModel::GetInstance()->SetSwiperAction( in FfiOHOSAceFrameworkListItemSetSwipeAction()
|