Searched refs:indexRight (Results 1 – 1 of 1) sorted by relevance
847 auto indexRight = tarCrossIndex; in SearchFocusableChildInCross() local855 indexRight = maxCrossCount; in SearchFocusableChildInCross()862 while (indexLeft >= 0 || indexRight < maxCrossCount) { in SearchFocusableChildInCross()865 curIndex = indexRight++; in SearchFocusableChildInCross()866 } else if (indexRight >= maxCrossCount) { in SearchFocusableChildInCross()869 curIndex = isDirectionLeft ? indexLeft-- : indexRight++; in SearchFocusableChildInCross()