Searched refs:otherHeights (Results 1 – 2 of 2) sorted by relevance
1098 int otherHeights = 0; in buildDropDown() local1194 otherHeights = hintView.getMeasuredHeight() + hintParams.topMargin in buildDropDown()1206 otherHeights = view.getMeasuredHeight() + hintParams.topMargin in buildDropDown()1260 0, DropDownListView.NO_POSITION, maxHeight - otherHeights, -1); in buildDropDown()1264 otherHeights += padding + listPadding; in buildDropDown()1267 return listContent + otherHeights; in buildDropDown()
1136 int otherHeights = 0; in buildDropDown() local1235 otherHeights = hintView.getMeasuredHeight() + hintParams.topMargin in buildDropDown()1248 otherHeights = view.getMeasuredHeight() + hintParams.topMargin in buildDropDown()1302 0, DropDownListView.NO_POSITION, maxHeight - otherHeights, -1); in buildDropDown()1306 otherHeights += padding + listPadding; in buildDropDown()1309 return listContent + otherHeights; in buildDropDown()