Home
last modified time | relevance | path

Searched defs:SetSwiperAction (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
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/frameworks/bridge/declarative_frontend/jsview/
H A Djs_list_item.cpp254 void JSListItem::SetSwiperAction(const JSCallbackInfo& args) in SetSwiperAction() function in OHOS::Ace::Framework::JSListItem