Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_swipe_test_ng.cpp37 CreateSwipeItems(startFunc, nullptr, V2::SwipeEdgeEffect::None);
157 CreateSwipeItems(nullptr, endFunc, V2::SwipeEdgeEffect::None);
277 CreateSwipeItems(startFunc, nullptr, V2::SwipeEdgeEffect::None);
313 CreateSwipeItems(nullptr, endFunc, V2::SwipeEdgeEffect::None);
340 CreateSwipeItems(startFunc, nullptr, V2::SwipeEdgeEffect::None);
420 CreateSwipeItems(nullptr, endFunc, V2::SwipeEdgeEffect::Spring);
949 CreateSwipeItems(nullptr, endFunc, V2::SwipeEdgeEffect::None);
1231 CreateSwipeItems(nullptr, endFunc, V2::SwipeEdgeEffect::None);
1340 CreateSwipeItems(nullptr, endFunc, V2::SwipeEdgeEffect::None);
1401 CreateSwipeItems(nullptr, endFunc, V2::SwipeEdgeEffect::None);
[all …]
H A Dlist_test_ng.h84 void CreateSwipeItems(std::function<void()> startAction, std::function<void()> endAction,
H A Dlist_scroller_event_test_ng.cpp585 CreateSwipeItems(startFunc, nullptr, V2::SwipeEdgeEffect::None, 1);
H A Dlist_test_ng.cpp228 void ListTestNg::CreateSwipeItems( in CreateSwipeItems() function in OHOS::Ace::NG::ListTestNg