Searched refs:returnedHeight (Results 1 – 3 of 3) sorted by relevance
286 int returnedHeight = paddingTop + paddingBottom; in measureHeightOfChildrenCompat() local328 returnedHeight += dividerHeight; in measureHeightOfChildrenCompat()331 returnedHeight += child.getMeasuredHeight(); in measureHeightOfChildrenCompat()333 if (returnedHeight >= maxHeight) { in measureHeightOfChildrenCompat()339 && (returnedHeight != maxHeight) // i'th child did not fit completely in measureHeightOfChildrenCompat()345 prevHeightWithoutPartialChild = returnedHeight; in measureHeightOfChildrenCompat()351 return returnedHeight; in measureHeightOfChildrenCompat()
1311 int returnedHeight = mListPadding.top + mListPadding.bottom; in measureHeightOfChildren() local1332 returnedHeight += dividerHeight; in measureHeightOfChildren()1341 returnedHeight += child.getMeasuredHeight(); in measureHeightOfChildren()1343 if (returnedHeight >= maxHeight) { in measureHeightOfChildren()1349 && (returnedHeight != maxHeight) // i'th child did not fit completely in measureHeightOfChildren()1355 prevHeightWithoutPartialChild = returnedHeight; in measureHeightOfChildren()1361 return returnedHeight; in measureHeightOfChildren()
1784 int returnedHeight = Math.max(distanceToBottom, distanceToTop); in getMaxAvailableHeight() local1787 returnedHeight -= mTempRect.top + mTempRect.bottom; in getMaxAvailableHeight()1790 return returnedHeight; in getMaxAvailableHeight()