Searched refs:mMaxWidths (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | TableLayout.java | 73 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/ |
D | hiddenapi-max-target-o.txt | 69543 Landroid/widget/TableLayout;->mMaxWidths:[I
|