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

/frameworks/base/core/java/android/widget/
H A DTabWidget.java154 int heightMeasureSpec, int totalHeight) {
163 widthMeasureSpec, totalWidth, heightMeasureSpec, totalHeight);
152 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.java1399 * @param totalHeight extra space that has been used up by the parent vertically
1403 int totalHeight) {
1405 heightMeasureSpec, totalHeight);
1401 measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, int heightMeasureSpec, int totalHeight) argument

Completed in 66 milliseconds