Searched refs:sweepIdx (Results 1 – 1 of 1) sorted by relevance
843 int sweepIdx = start + 1; in sort() local844 for (; sweepIdx < end; ++sweepIdx) { in sort()845 Rect currRect = mRectByView.get(views[sweepIdx]); in sort()848 if ((sweepIdx - rowStart) > 1) { in sort()849 Arrays.sort(views, rowStart, sweepIdx, mSidesComparator); in sort()852 rowStart = sweepIdx; in sort()859 if ((sweepIdx - rowStart) > 1) { in sort()860 Arrays.sort(views, rowStart, sweepIdx, mSidesComparator); in sort()