Searched refs:crossIndexSet (Results 1 – 1 of 1) sorted by relevance
593 std::unordered_set<int32_t> crossIndexSet; in IsFirstOrLastFocusableChild() local599 crossIndexSet = tempIndexSet; in IsFirstOrLastFocusableChild()602 auto findLesser = std::find_if(crossIndexSet.begin(), crossIndexSet.end(), in IsFirstOrLastFocusableChild()604 auto findGreater = std::find_if(crossIndexSet.begin(), crossIndexSet.end(), in IsFirstOrLastFocusableChild()606 return { curCrossIndex == 0 || findLesser == crossIndexSet.end(), in IsFirstOrLastFocusableChild()607 curCrossIndex == gridLayoutInfo_.crossCount_ - 1 || findGreater == crossIndexSet.end() }; in IsFirstOrLastFocusableChild()