Searched refs:sweepIdx (Results 1 – 1 of 1) sorted by relevance
833 int sweepIdx = start + 1; in sort() local834 for (; sweepIdx < end; ++sweepIdx) { in sort()835 Rect currRect = mRectByView.get(views[sweepIdx]); in sort()838 if ((sweepIdx - rowStart) > 1) { in sort()839 Arrays.sort(views, rowStart, sweepIdx, mSidesComparator); in sort()842 rowStart = sweepIdx; in sort()849 if ((sweepIdx - rowStart) > 1) { in sort()850 Arrays.sort(views, rowStart, sweepIdx, mSidesComparator); in sort()