Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListView.java1406 int returnedHeight = mListPadding.top + mListPadding.bottom; in measureHeightOfChildren() local
1427 returnedHeight += dividerHeight; in measureHeightOfChildren()
1436 returnedHeight += child.getMeasuredHeight(); in measureHeightOfChildren()
1438 if (returnedHeight >= maxHeight) { in measureHeightOfChildren()
1444 && (returnedHeight != maxHeight) // i'th child did not fit completely in measureHeightOfChildren()
1450 prevHeightWithoutPartialChild = returnedHeight; in measureHeightOfChildren()
1456 return returnedHeight; in measureHeightOfChildren()
DPopupWindow.java2008 int returnedHeight = Math.max(distanceToBottom, distanceToTop); in getMaxAvailableHeight() local
2011 returnedHeight -= mTempRect.top + mTempRect.bottom; in getMaxAvailableHeight()
2014 return returnedHeight; in getMaxAvailableHeight()