Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListPopupWindow.java1136 int otherHeights = 0; in buildDropDown() local
1232 otherHeights = hintView.getMeasuredHeight() + hintParams.topMargin in buildDropDown()
1244 otherHeights = view.getMeasuredHeight() + hintParams.topMargin in buildDropDown()
1298 0, DropDownListView.NO_POSITION, maxHeight - otherHeights, -1); in buildDropDown()
1302 otherHeights += padding + listPadding; in buildDropDown()
1305 return listContent + otherHeights; in buildDropDown()