Home
last modified time | relevance | path

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 Dlist_layout_algorithm.h41 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,
459ListItemInfo GetListItemGroupPosition(const RefPtr<LayoutWrapper>& layoutWrapper, int32_t index);
475 std::optional<std::pair<int32_t, ListItemInfo>> firstItemInfo_;
H A Dlist_lanes_layout_algorithm.h77 void LayoutCachedALine(LayoutWrapper* layoutWrapper, std::pair<const int, ListItemInfo>& pos,
H A Dlist_layout_algorithm.cpp724 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 Dlist_lanes_layout_algorithm.cpp443 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 Dtypical-layout-scenario.md312 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 Dlist_group_algorithm_test_ng.cpp1180 struct ListItemInfo listItemInfo1;