Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListPopupWindow.java1233 final int listContent = mDropDownList.measureHeightOfChildren(childWidthSpec, in buildDropDown() local
1235 if (listContent > 0) { in buildDropDown()
1241 return listContent + otherHeights; in buildDropDown()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java1279 final int listContent = mDropDownList.measureHeightOfChildrenCompat(childWidthSpec, in buildDropDown() local
1281 if (listContent > 0) { in buildDropDown()
1287 return listContent + otherHeights; in buildDropDown()