Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListPopupWindow.java1137 int otherHeights = 0; in buildDropDown() local
1233 otherHeights = hintView.getMeasuredHeight() + hintParams.topMargin in buildDropDown()
1245 otherHeights = view.getMeasuredHeight() + hintParams.topMargin in buildDropDown()
1299 0, DropDownListView.NO_POSITION, maxHeight - otherHeights, -1); in buildDropDown()
1303 otherHeights += padding + listPadding; in buildDropDown()
1306 return listContent + otherHeights; in buildDropDown()