Searched refs:oldMaxWidths (Results 1 – 1 of 1) sorted by relevance
521 final int[] oldMaxWidths = mMaxWidths; in findLargestCells() local523 System.arraycopy(oldMaxWidths, 0, mMaxWidths, 0, in findLargestCells()524 oldMaxWidths.length); in findLargestCells()525 System.arraycopy(widths, oldMaxWidths.length, in findLargestCells()526 mMaxWidths, oldMaxWidths.length, difference); in findLargestCells()