Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListPopupWindow.java1072 int otherHeights = 0; in buildDropDown() local
1168 otherHeights = hintView.getMeasuredHeight() + hintParams.topMargin in buildDropDown()
1180 otherHeights = view.getMeasuredHeight() + hintParams.topMargin in buildDropDown()
1234 0, DropDownListView.NO_POSITION, maxHeight - otherHeights, -1); in buildDropDown()
1238 otherHeights += padding + listPadding; in buildDropDown()
1241 return listContent + otherHeights; in buildDropDown()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java1117 int otherHeights = 0; in buildDropDown() local
1213 otherHeights = hintView.getMeasuredHeight() + hintParams.topMargin in buildDropDown()
1226 otherHeights = view.getMeasuredHeight() + hintParams.topMargin in buildDropDown()
1280 0, DropDownListView.NO_POSITION, maxHeight - otherHeights, -1); in buildDropDown()
1284 otherHeights += padding + listPadding; in buildDropDown()
1287 return listContent + otherHeights; in buildDropDown()