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

/frameworks/base/core/java/android/widget/
H A DTabWidget.java157 int heightMeasureSpec, int totalHeight) {
166 widthMeasureSpec, totalWidth, heightMeasureSpec, totalHeight);
155 measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, int heightMeasureSpec, int totalHeight) argument
H A DTableRow.java193 int heightMeasureSpec, int totalHeight) {
221 lp .bottomMargin + totalHeight, lp.height);
248 totalWidth, heightMeasureSpec, totalHeight);
191 measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, int heightMeasureSpec, int totalHeight) argument
H A DTableLayout.java457 int heightMeasureSpec, int totalHeight) {
465 widthMeasureSpec, totalWidth, heightMeasureSpec, totalHeight);
455 measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, int heightMeasureSpec, int totalHeight) argument
H A DLinearLayout.java1431 * @param totalHeight extra space that has been used up by the parent vertically
1435 int totalHeight) {
1437 heightMeasureSpec, totalHeight);
1433 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.java1368 * @param totalHeight extra space that has been used up by the parent vertically
1372 int totalHeight) {
1374 heightMeasureSpec, totalHeight);
1370 measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, int heightMeasureSpec, int totalHeight) argument

Completed in 200 milliseconds