Searched refs:childItemPattern (Results 1 – 2 of 2) sorted by relevance
1093 auto childItemPattern = AceType::DynamicCast<GridItemPattern>(childPattern); in GetChildFocusNodeByIndex() local1094 if (!childItemPattern) { in GetChildFocusNodeByIndex()1097 auto childItemProperty = childItemPattern->GetLayoutProperty<GridItemLayoutProperty>(); in GetChildFocusNodeByIndex()1149 auto childItemPattern = AceType::DynamicCast<GridItemPattern>(childPattern); in GetFocusableChildCrossIndexesAt() local1150 if (!childItemPattern) { in GetFocusableChildCrossIndexesAt()1153 auto childItemProperty = childItemPattern->GetLayoutProperty<GridItemLayoutProperty>(); in GetFocusableChildCrossIndexesAt()1157 auto irregularInfo = childItemPattern->GetIrregularItemInfo(); in GetFocusableChildCrossIndexesAt()
1166 auto childItemPattern = AceType::DynamicCast<ListItemPattern>(childPattern); in GetChildFocusNodeByIndex() local1167 if (!childItemPattern) { in GetChildFocusNodeByIndex()1170 auto curIndex = childItemPattern->GetIndexInList(); in GetChildFocusNodeByIndex()1171 auto curIndexInGroup = childItemPattern->GetIndexInListItemGroup(); in GetChildFocusNodeByIndex()