Searched refs:IsFocusStepTab (Results 1 – 2 of 2) sorted by relevance
1037 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()
1002 static inline bool IsFocusStepTab(FocusStep step) in IsFocusStepTab() function