Home
last modified time | relevance | path

Searched refs:returnedHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DListView.java1400 int returnedHeight = mListPadding.top + mListPadding.bottom; in measureHeightOfChildren() local
1421 returnedHeight += dividerHeight; in measureHeightOfChildren()
1430 returnedHeight += child.getMeasuredHeight(); in measureHeightOfChildren()
1432 if (returnedHeight >= maxHeight) { in measureHeightOfChildren()
1438 && (returnedHeight != maxHeight) // i'th child did not fit completely in measureHeightOfChildren()
1444 prevHeightWithoutPartialChild = returnedHeight; in measureHeightOfChildren()
1450 return returnedHeight; in measureHeightOfChildren()
DPopupWindow.java2010 int returnedHeight = Math.max(distanceToBottom, distanceToTop); in getMaxAvailableHeight() local
2013 returnedHeight -= mTempRect.top + mTempRect.bottom; in getMaxAvailableHeight()
2016 return returnedHeight; in getMaxAvailableHeight()