Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp1093 auto childItemPattern = AceType::DynamicCast<GridItemPattern>(childPattern); in GetChildFocusNodeByIndex() local
1094 if (!childItemPattern) { in GetChildFocusNodeByIndex()
1097 auto childItemProperty = childItemPattern->GetLayoutProperty<GridItemLayoutProperty>(); in GetChildFocusNodeByIndex()
1149 auto childItemPattern = AceType::DynamicCast<GridItemPattern>(childPattern); in GetFocusableChildCrossIndexesAt() local
1150 if (!childItemPattern) { in GetFocusableChildCrossIndexesAt()
1153 auto childItemProperty = childItemPattern->GetLayoutProperty<GridItemLayoutProperty>(); in GetFocusableChildCrossIndexesAt()
1157 auto irregularInfo = childItemPattern->GetIrregularItemInfo(); in GetFocusableChildCrossIndexesAt()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp1166 auto childItemPattern = AceType::DynamicCast<ListItemPattern>(childPattern); in GetChildFocusNodeByIndex() local
1167 if (!childItemPattern) { in GetChildFocusNodeByIndex()
1170 auto curIndex = childItemPattern->GetIndexInList(); in GetChildFocusNodeByIndex()
1171 auto curIndexInGroup = childItemPattern->GetIndexInListItemGroup(); in GetChildFocusNodeByIndex()