Home
last modified time | relevance | path

Searched refs:atStart (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list_item_group.h133 RefPtr<RenderListItem> RequestListItem(size_t index, bool atStart);
H A Drender_list_item_group.cpp55 RefPtr<RenderListItem> RenderListItemGroup::RequestListItem(size_t index, bool atStart) in RequestListItem() argument
71 if (atStart) { in RequestListItem()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.h36 bool atStart = false; member
H A Dlist_item_group_layout_algorithm.cpp1289 info.atStart = true; in GetLayoutInfo()
1295 info.atStart = itemInfo.startIndex == 0; in GetLayoutInfo()
H A Dlist_pattern.cpp714 groupAtStart = groupInfo && groupInfo.value().atStart; in GetListItemGroupEdge()
1884 bool groupAtStart = (!groupInfo || groupInfo.value().atStart); in CalculateCurrentOffset()
1893 bool groupAtStart = pos.groupInfo.value().atStart; in CalculateCurrentOffset()