Searched refs:returnedHeight (Results 1 – 3 of 3) sorted by relevance
290 int returnedHeight = paddingTop + paddingBottom; in measureHeightOfChildrenCompat() local332 returnedHeight += dividerHeight; in measureHeightOfChildrenCompat()335 returnedHeight += child.getMeasuredHeight(); in measureHeightOfChildrenCompat()337 if (returnedHeight >= maxHeight) { in measureHeightOfChildrenCompat()343 && (returnedHeight != maxHeight) // i'th child did not fit completely in measureHeightOfChildrenCompat()349 prevHeightWithoutPartialChild = returnedHeight; in measureHeightOfChildrenCompat()355 return returnedHeight; in measureHeightOfChildrenCompat()
1393 int returnedHeight = mListPadding.top + mListPadding.bottom; in measureHeightOfChildren() local1414 returnedHeight += dividerHeight; in measureHeightOfChildren()1423 returnedHeight += child.getMeasuredHeight(); in measureHeightOfChildren()1425 if (returnedHeight >= maxHeight) { in measureHeightOfChildren()1431 && (returnedHeight != maxHeight) // i'th child did not fit completely in measureHeightOfChildren()1437 prevHeightWithoutPartialChild = returnedHeight; in measureHeightOfChildren()1443 return returnedHeight; in measureHeightOfChildren()
1858 int returnedHeight = Math.max(distanceToBottom, distanceToTop); in getMaxAvailableHeight() local1861 returnedHeight -= mTempRect.top + mTempRect.bottom; in getMaxAvailableHeight()1864 return returnedHeight; in getMaxAvailableHeight()