Home
last modified time | relevance | path

Searched refs:isItemGroup (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drosen_render_list.cpp193 bool isItemGroup = static_cast<bool>(AceType::DynamicCast<RenderListItemGroup>(child)); in PaintDivider() local
198 if (GetLanes() > 1 && !lastIsItemGroup && !isItemGroup) { in PaintDivider()
206 if (GetLanes() > 1 && !lastIsItemGroup && !isItemGroup) { in PaintDivider()
215 lastIsItemGroup = isItemGroup; in PaintDivider()
216 lane = (GetLanes() <= 1 || (lane + 1) >= GetLanes() || isItemGroup) ? 0 : lane + 1; in PaintDivider()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp2404 bool isItemGroup = false; in IsListItemGroup() local
2405 … listFocus->AnyChildFocusHub([&isItemGroup, &node, listIndex](const RefPtr<FocusHub>& childFocus) { in IsListItemGroup()
2415 isItemGroup = curIndexInGroup > -1; in IsListItemGroup()
2422 return isItemGroup; in IsListItemGroup()