Searched refs:otherHeights (Results 1 – 2 of 2) sorted by relevance
1072 int otherHeights = 0; in buildDropDown() local1168 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()
1117 int otherHeights = 0; in buildDropDown() local1213 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()