Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTableLayout.java73 private int[] mMaxWidths; field in TableLayout
459 ((TableRow) child).setColumnsWidthConstraints(mMaxWidths); in measureChildBeforeLayout()
510 if (mMaxWidths == null || mMaxWidths.length != newLength) { in findLargestCells()
511 mMaxWidths = new int[newLength]; in findLargestCells()
513 System.arraycopy(widths, 0, mMaxWidths, 0, newLength); in findLargestCells()
516 int length = mMaxWidths.length; in findLargestCells()
521 final int[] oldMaxWidths = mMaxWidths; in findLargestCells()
522 mMaxWidths = new int[newLength]; in findLargestCells()
523 System.arraycopy(oldMaxWidths, 0, mMaxWidths, 0, in findLargestCells()
526 mMaxWidths, oldMaxWidths.length, difference); in findLargestCells()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt69543 Landroid/widget/TableLayout;->mMaxWidths:[I