Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListPopupWindow.java1098 int otherHeights = 0; in buildDropDown() local
1194 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()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DListPopupWindow.java1136 int otherHeights = 0; in buildDropDown() local
1235 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()