Searched refs:returnedHeight (Results 1 – 3 of 3) sorted by relevance
273 int returnedHeight = paddingTop + paddingBottom; in measureHeightOfChildrenCompat() local305 returnedHeight += dividerHeight; in measureHeightOfChildrenCompat()308 returnedHeight += child.getMeasuredHeight(); in measureHeightOfChildrenCompat()310 if (returnedHeight >= maxHeight) { in measureHeightOfChildrenCompat()316 && (returnedHeight != maxHeight) // i'th child did not fit completely in measureHeightOfChildrenCompat()322 prevHeightWithoutPartialChild = returnedHeight; in measureHeightOfChildrenCompat()328 return returnedHeight; in measureHeightOfChildrenCompat()
1265 int returnedHeight = mListPadding.top + mListPadding.bottom; in measureHeightOfChildren() local1286 returnedHeight += dividerHeight; in measureHeightOfChildren()1295 returnedHeight += child.getMeasuredHeight(); in measureHeightOfChildren()1297 if (returnedHeight >= maxHeight) { in measureHeightOfChildren()1303 && (returnedHeight != maxHeight) // i'th child did not fit completely in measureHeightOfChildren()1309 prevHeightWithoutPartialChild = returnedHeight; in measureHeightOfChildren()1315 return returnedHeight; in measureHeightOfChildren()
1549 int returnedHeight = Math.max(distanceToBottom, distanceToTop); in getMaxAvailableHeight() local1552 returnedHeight -= mTempRect.top + mTempRect.bottom; in getMaxAvailableHeight()1555 return returnedHeight; in getMaxAvailableHeight()