Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_pattern.h200 void CloseSwipeAction(OnFinishFunc&& onFinishCallback);
H A Dlist_item_pattern.cpp284 void ListItemPattern::CloseSwipeAction(OnFinishFunc&& onFinishCallback) in CloseSwipeAction() function in OHOS::Ace::NG::ListItemPattern
H A Dlist_pattern.cpp2459 return item->CloseSwipeAction(std::move(onFinishCallback)); in CloseAllSwipeActions()