Home
last modified time | relevance | path

Searched refs:DragSwiperItem (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.cpp66 DragSwiperItem(FIRSTITEM_INDEX, -START_NODE_LEN);
80 DragSwiperItem(FIRSTITEM_INDEX, slightSwipeDelta);
95 DragSwiperItem(FIRSTITEM_INDEX, obviousSwipeDelta);
109 DragSwiperItem(FIRSTITEM_INDEX, -slightSwipeDelta);
137 DragSwiperItem(FIRSTITEM_INDEX, exceedSwipeDelta);
186 DragSwiperItem(FIRSTITEM_INDEX, END_NODE_LEN);
1239 DragSwiperItem(FIRSTITEM_INDEX, END_NODE_LEN);
1241 DragSwiperItem(FIRSTITEM_INDEX, -END_NODE_LEN);
1349 DragSwiperItem(FIRSTITEM_INDEX, -END_NODE_LEN);
1410 DragSwiperItem(FIRSTITEM_INDEX, END_NODE_LEN);
[all …]
H A Dlist_test_ng.h94 void DragSwiperItem(int32_t index, float mainDelta, float mainVelocity = SWIPER_SPEED_TH);
H A Dlist_scroller_event_test_ng.cpp590 DragSwiperItem(0, 1.f);
H A Dlist_test_ng.cpp326 void ListTestNg::DragSwiperItem(int32_t index, float mainDelta, float mainVelocity) in DragSwiperItem() function in OHOS::Ace::NG::ListTestNg