Searched refs:sweepIdx (Results 1 – 1 of 1) sorted by relevance
846 int sweepIdx = start + 1; in sort() local847 for (; sweepIdx < end; ++sweepIdx) { in sort()848 Rect currRect = mRectByView.get(views[sweepIdx]); in sort()851 if ((sweepIdx - rowStart) > 1) { in sort()852 Arrays.sort(views, rowStart, sweepIdx, mSidesComparator); in sort()855 rowStart = sweepIdx; in sort()862 if ((sweepIdx - rowStart) > 1) { in sort()863 Arrays.sort(views, rowStart, sweepIdx, mSidesComparator); in sort()