Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListView.java1402 int returnedHeight = mListPadding.top + mListPadding.bottom; in measureHeightOfChildren() local
1423 returnedHeight += dividerHeight; in measureHeightOfChildren()
1432 returnedHeight += child.getMeasuredHeight(); in measureHeightOfChildren()
1434 if (returnedHeight >= maxHeight) { in measureHeightOfChildren()
1440 && (returnedHeight != maxHeight) // i'th child did not fit completely in measureHeightOfChildren()
1446 prevHeightWithoutPartialChild = returnedHeight; in measureHeightOfChildren()
1452 return returnedHeight; in measureHeightOfChildren()
DPopupWindow.java2007 int returnedHeight = Math.max(distanceToBottom, distanceToTop); in getMaxAvailableHeight() local
2010 returnedHeight -= mTempRect.top + mTempRect.bottom; in getMaxAvailableHeight()
2013 return returnedHeight; in getMaxAvailableHeight()