Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp187 bool hasLastFocus = false; in FlushChildrenFocusHub() local
188 …AllChildFocusHub([&focusNodes, &lastIter, &hasLastFocus, lastFocusNode](const RefPtr<FocusHub>& ch… in FlushChildrenFocusHub()
192 hasLastFocus = true; in FlushChildrenFocusHub()
196 return hasLastFocus ? lastIter : focusNodes.end(); in FlushChildrenFocusHub()