Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp166 void FocusHub::AllChildFocusHub(const std::function<void(const RefPtr<FocusHub>&)>& operation) in AllChildFocusHub() function in OHOS::Ace::NG::FocusHub
173 template void FocusHub::AllChildFocusHub<true>(const std::function<void(const RefPtr<FocusHub>&)>&);
174 template void FocusHub::AllChildFocusHub<false>(const std::function<void(const RefPtr<FocusHub>&)>&…
188AllChildFocusHub([&focusNodes, &lastIter, &hasLastFocus, lastFocusNode](const RefPtr<FocusHub>& ch… in FlushChildrenFocusHub()
421 focusNode->AllChildFocusHub([](const RefPtr<FocusHub>& child) { in LostFocusToTabStop()
1848 AllChildFocusHub([this, &rect, &offset, &newFocusNode, &minVal](const RefPtr<FocusHub>& child) { in AcceptFocusByRectOfLastFocusFlex()
1982 AllChildFocusHub([&tabIndexNodes](const RefPtr<FocusHub>& child) { in CollectTabIndexNodes()
2263 AllChildFocusHub([](const RefPtr<FocusHub>& child) { in ClearFocusMovementFlagsInChildren()
H A Dfocus_hub.h802 void AllChildFocusHub(const std::function<void(const RefPtr<FocusHub>&)>& operation);
971 AllChildFocusHub([&count](const RefPtr<FocusHub>& child) { in GetFocusableCount()