Home
last modified time | relevance | path

Searched refs:oldMaxWidths (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DTableLayout.java521 final int[] oldMaxWidths = mMaxWidths; in findLargestCells() local
523 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()