Home
last modified time | relevance | path

Searched refs:END_NODE_LEN (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_swipe_test_ng.cpp167 const float exceedSwipeDelta = END_NODE_LEN + 1;
186 DragSwiperItem(FIRSTITEM_INDEX, END_NODE_LEN);
218 expectEndNodeRect = RectF(LIST_WIDTH - END_NODE_LEN, 0, END_NODE_LEN, ITEM_HEIGHT);
232 expectEndNodeRect = RectF(LIST_WIDTH - END_NODE_LEN, 0, END_NODE_LEN, ITEM_HEIGHT);
246 …expectEndNodeRect = RectF(LIST_WIDTH - END_NODE_LEN + obviousSwipeDelta, 0, END_NODE_LEN, ITEM_HEI…
260 expectEndNodeRect = RectF(LIST_WIDTH - END_NODE_LEN, 0, END_NODE_LEN, ITEM_HEIGHT);
540 HandleDragUpdate(FIRSTITEM_INDEX, END_NODE_LEN);
636 EXPECT_EQ(offset.ConvertToPx(), -END_NODE_LEN);
1239 DragSwiperItem(FIRSTITEM_INDEX, END_NODE_LEN);
1241 DragSwiperItem(FIRSTITEM_INDEX, -END_NODE_LEN);
[all …]
H A Dlist_test_ng.h41 constexpr float END_NODE_LEN = 100.f; variable