Searched refs:mMaxWidths (Results 1 – 2 of 2) sorted by relevance
73 private int[] mMaxWidths; field in TableLayout459 ((TableRow) child).setColumnsWidthConstraints(mMaxWidths); in measureChildBeforeLayout()510 if (mMaxWidths == null || mMaxWidths.length != newLength) { in findLargestCells()511 mMaxWidths = new int[newLength]; in findLargestCells()516 int length = mMaxWidths.length; in findLargestCells()521 final int[] oldMaxWidths = mMaxWidths; in findLargestCells()522 mMaxWidths = new int[newLength]; in findLargestCells()533 final int[] maxWidths = mMaxWidths; in findLargestCells()555 if (mMaxWidths == null) { in shrinkAndStretchColumns()561 for (int width : mMaxWidths) { in shrinkAndStretchColumns()[all …]
70186 Landroid/widget/TableLayout;->mMaxWidths:[I