Home
last modified time | relevance | path

Searched refs:lastItemIndex (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_layout_info_test.cpp44 EXPECT_EQ(res.lastItemIndex, 2);
48 EXPECT_EQ(res.lastItemIndex, -1);
52 EXPECT_EQ(res.lastItemIndex, 7);
H A Dwater_flow_top_down_test.cpp136 EXPECT_EQ(position.lastItemIndex, 1);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
H A Dwater_flow_layout_utils.cpp60 if (itemIndex.lastItemIndex < 0) { in GetItemPosition()
63 auto mainHeight = info->GetMainHeight(itemIndex.crossIndex, itemIndex.lastItemIndex); in GetItemPosition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_info.cpp219 position.lastItemIndex = -1; in GetCrossIndexForNextItem()
227 position.lastItemIndex = lastItem->first; in GetCrossIndexForNextItem()
231 position.lastItemIndex = lastItem->first; in GetCrossIndexForNextItem()
H A Dwater_flow_layout_info.h31 int32_t lastItemIndex = 0; member
H A Dwater_flow_layout_algorithm.cpp320 if (itemIndex.lastItemIndex < 0) { in GetItemPosition()
323 auto mainHeight = layoutInfo_->GetMainHeight(itemIndex.crossIndex, itemIndex.lastItemIndex); in GetItemPosition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.cpp58 auto lastItemIndex = itemIndex; in MoveItemsBack() local
70 positionItemIndexMap_[i - 1] = lastItemIndex; in MoveItemsBack()
71 lastItemIndex = index; in MoveItemsBack()
75 positionItemIndexMap_[to] = lastItemIndex; in MoveItemsBack()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp1068 auto lastItemIndex = Positive(props->GetCalculatedNextMargin()) in OnDirtyLayoutWrapperSwap() local
1071 isNeedForwardTranslate = itemPosition_.find(lastItemIndex) == itemPosition_.end(); in OnDirtyLayoutWrapperSwap()
4077 auto lastItemIndex = firstItemInfoInVisibleArea.first + GetDisplayCount() - 1; in GetLastItemInfoInVisibleArea() local
4078 auto iter = itemPosition_.find(lastItemIndex); in GetLastItemInfoInVisibleArea()