Searched refs:START_NODE_LEN (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_swipe_test_ng.cpp | 47 const float exceedSwipeDelta = START_NODE_LEN + 1; 66 DragSwiperItem(FIRSTITEM_INDEX, -START_NODE_LEN); 84 expectStartNodeRect = RectF(slightSwipeDelta - START_NODE_LEN, 0, START_NODE_LEN, ITEM_HEIGHT); 402 HandleDragUpdate(FIRSTITEM_INDEX, START_NODE_LEN); 583 EXPECT_EQ(offset.ConvertToPx(), START_NODE_LEN); 1029 EXPECT_EQ(offset.ConvertToPx(), START_NODE_LEN); 1096 EXPECT_EQ(offset.ConvertToPx(), -START_NODE_LEN); 1215 DragSwiperItem(FIRSTITEM_INDEX, -START_NODE_LEN); 1217 DragSwiperItem(FIRSTITEM_INDEX, START_NODE_LEN); 1324 DragSwiperItem(FIRSTITEM_INDEX, START_NODE_LEN); [all …]
|
H A D | list_test_ng.h | 40 constexpr float START_NODE_LEN = 80.f; variable
|
H A D | list_scroller_event_test_ng.cpp | 584 auto startFunc = GetRowOrColBuilder(START_NODE_LEN, ITEM_HEIGHT);
|