Searched defs:totalWidth (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTabWidget.java149 void measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, argument
153 totalWidth + mImposedTabWidths[childIndex], MeasureSpec.EXACTLY);
159 widthMeasureSpec, totalWidth, heightMeasureSpec, totalHeight);
H A DTableLayout.java454 int widthMeasureSpec, int totalWidth,
463 widthMeasureSpec, totalWidth, heightMeasureSpec, totalHeight);
560 int totalWidth = 0;
562 totalWidth += width;
567 if ((totalWidth > size) && (mShrinkAllColumns || mShrinkableColumns.size() > 0)) {
570 mutateColumnsWidth(mShrinkableColumns, mShrinkAllColumns, size, totalWidth);
571 } else if ((totalWidth < size) && (mStretchAllColumns || mStretchableColumns.size() > 0)) {
574 mutateColumnsWidth(mStretchableColumns, mStretchAllColumns, size, totalWidth);
579 boolean allColumns, int size, int totalWidth) {
584 final int totalExtraSpace = size - totalWidth;
453 measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, int heightMeasureSpec, int totalHeight) argument
578 mutateColumnsWidth(SparseBooleanArray columns, boolean allColumns, int size, int totalWidth) argument
[all...]
H A DTableRow.java191 int widthMeasureSpec, int totalWidth,
247 totalWidth, heightMeasureSpec, totalHeight);
190 measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, int heightMeasureSpec, int totalHeight) argument
H A DLinearLayout.java1507 * @param totalWidth extra space that has been used up by the parent horizontally
1512 int widthMeasureSpec, int totalWidth, int heightMeasureSpec,
1514 measureChildWithMargins(child, widthMeasureSpec, totalWidth,
1511 measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, int heightMeasureSpec, int totalHeight) argument
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java1370 * @param totalWidth extra space that has been used up by the parent horizontally
1375 int widthMeasureSpec, int totalWidth, int heightMeasureSpec,
1377 measureChildWithMargins(child, widthMeasureSpec, totalWidth,
1374 measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, int heightMeasureSpec, int totalHeight) argument

Completed in 135 milliseconds