Home
last modified time | relevance | path

Searched defs:childFocus (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp897 for (const auto& childFocus : childFocusList) { in SearchIrregularFocusableChild() local
1084 for (const auto& childFocus : childFocusList) { in GetChildFocusNodeByIndex() local
1137 for (const auto& childFocus : childFocusList) { in GetFocusableChildCrossIndexesAt() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp1154 …ocus->AnyChildFocusHub([&target, tarMainIndex, tarGroupIndex](const RefPtr<FocusHub>& childFocus) { in GetChildFocusNodeByIndex()
2405 … listFocus->AnyChildFocusHub([&isItemGroup, &node, listIndex](const RefPtr<FocusHub>& childFocus) { in IsListItemGroup()