Home
last modified time | relevance | path

Searched refs:secondItemIndex (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.cpp345 const int32_t secondItemIndex = 1; variable
347 …ListItemPattern> secondItemPattern = GetChildPattern<ListItemPattern>(frameNode_, secondItemIndex);
363 DragSwiperItem(secondItemIndex, swipeDelta, fastSpeed);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp4092 auto secondItemIndex = firstItemInfoInVisibleArea.first + 1; in GetSecondItemInfoInVisibleArea() local
4093 auto iter = itemPosition_.find(secondItemIndex); in GetSecondItemInfoInVisibleArea()