Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp1037 if (IsFocusStepTab(moveStep)) { in RequestNextFocus()
1055 … if (focusAlgorithm_.direction != ScopeFocusDirection::UNIVERSAL && !IsFocusStepTab(moveStep) && in RequestNextFocus()
1085 if (!IsFocusStepTab(moveStep) && GetIsFocusGroup() && !arrowKeyStepOut_) { in IsArrowKeyStepOut()
1253 if (IsFocusStepTab(step) && focusNode->AcceptFocusOfPriorityChild()) { in TryRequestFocus()
1256 if (IsFocusStepTab(step) && focusNode->AcceptFocusOfSpecifyChild(step)) { in TryRequestFocus()
1259 if (!IsFocusStepTab(step) && step != FocusStep::NONE && focusNode->GetIsFocusGroup() && in TryRequestFocus()
1775 if (IsFocusStepTab(step) && AcceptFocusOfPriorityChild()) { in AcceptFocusOfSpecifyChild()
2322 bool isTabStep = IsFocusStepTab(step); in GetNearestNodeByProjectArea()
H A Dfocus_hub.h1002 static inline bool IsFocusStepTab(FocusStep step) in IsFocusStepTab() function