Searched refs:sweepIdx (Results 1 – 1 of 1) sorted by relevance
857 int sweepIdx = start + 1; in sort() local858 for (; sweepIdx < end; ++sweepIdx) { in sort()859 Rect currRect = mRectByView.get(views[sweepIdx]); in sort()862 if ((sweepIdx - rowStart) > 1) { in sort()863 Arrays.sort(views, rowStart, sweepIdx, mSidesComparator); in sort()866 rowStart = sweepIdx; in sort()873 if ((sweepIdx - rowStart) > 1) { in sort()874 Arrays.sort(views, rowStart, sweepIdx, mSidesComparator); in sort()