Searched refs:ListItemInfo (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_layout_algorithm.h | 41 struct ListItemInfo { struct 84 using PositionMap = std::map<int32_t, ListItemInfo>; 448 void SetItemInfo(int32_t index, ListItemInfo&& info) in SetItemInfo() 452 void SetCachedItemInfo(int32_t index, ListItemInfo&& info) in SetCachedItemInfo() 456 void LayoutItem(RefPtr<LayoutWrapper>& layoutWrapper, int32_t index, const ListItemInfo& pos, 459 … ListItemInfo GetListItemGroupPosition(const RefPtr<LayoutWrapper>& layoutWrapper, int32_t index); 475 std::optional<std::pair<int32_t, ListItemInfo>> firstItemInfo_;
|
H A D | list_lanes_layout_algorithm.h | 77 void LayoutCachedALine(LayoutWrapper* layoutWrapper, std::pair<const int, ListItemInfo>& pos,
|
H A D | list_layout_algorithm.cpp | 724 ListItemInfo itemInfo; in CheckAndMeasureStartItem() 1382 …LayoutAlgorithm::LayoutItem(RefPtr<LayoutWrapper>& wrapper, int32_t index, const ListItemInfo& pos, in LayoutItem() 1685 ListItemInfo ListLayoutAlgorithm::GetListItemGroupPosition(const RefPtr<LayoutWrapper>& layoutWrapp… in GetListItemGroupPosition() 1688 ListItemInfo pos = { id, 0, 0, true }; in GetListItemGroupPosition() 1825 ListItemInfo pos; in LayoutCachedALine() 1998 ListItemInfo pos = { id, currPos, endPos, isGroup }; in LayoutCachedForward() 2044 ListItemInfo pos = { id, startPos, currPos, isGroup }; in LayoutCachedBackward()
|
H A D | list_lanes_layout_algorithm.cpp | 443 std::pair<const int, ListItemInfo>& pos, int32_t startIndex, float crossSize) in LayoutCachedALine()
|
/ohos5.0/docs/zh-cn/application-dev/key-features/multi-device-app-dev/ |
H A D | typical-layout-scenario.md | 312 interface ListItemInfo { 320 private data: ListItemInfo[] = [ 347 ForEach(this.data, (item: ListItemInfo) => {
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_group_algorithm_test_ng.cpp | 1180 struct ListItemInfo listItemInfo1;
|