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

/frameworks/base/core/java/android/widget/
H A DTabWidget.java150 int heightMeasureSpec, int totalHeight) {
159 widthMeasureSpec, totalWidth, heightMeasureSpec, totalHeight);
149 measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, int heightMeasureSpec, int totalHeight) argument
H A DTableLayout.java455 int heightMeasureSpec, int totalHeight) {
463 widthMeasureSpec, totalWidth, heightMeasureSpec, totalHeight);
453 measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, int heightMeasureSpec, int totalHeight) argument
H A DTableRow.java192 int heightMeasureSpec, int totalHeight) {
220 lp .bottomMargin + totalHeight, lp.height);
247 totalWidth, heightMeasureSpec, totalHeight);
190 measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, int heightMeasureSpec, int totalHeight) argument
H A DLinearLayout.java1509 * @param totalHeight extra space that has been used up by the parent vertically
1513 int totalHeight) {
1515 heightMeasureSpec, totalHeight);
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.java1372 * @param totalHeight extra space that has been used up by the parent vertically
1376 int totalHeight) {
1378 heightMeasureSpec, totalHeight);
1374 measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, int heightMeasureSpec, int totalHeight) argument

Completed in 1223 milliseconds