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

/packages/apps/Settings/src/com/android/settings/widget/
H A DMatchParentShrinkingLinearLayout.java1057 * @param totalHeight extra space that has been used up by the parent vertically
1061 int totalHeight) {
1063 heightMeasureSpec, totalHeight);
1059 measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, int heightMeasureSpec, int totalHeight) argument

Completed in 151 milliseconds