Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListPopupWindow.java74 private int mDropDownHeight = ViewGroup.LayoutParams.WRAP_CONTENT; field in ListPopupWindow
541 return mDropDownHeight; in getHeight()
564 mDropDownHeight = height; in setHeight()
655 if (mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in show()
668 } else if (mDropDownHeight == ViewGroup.LayoutParams.WRAP_CONTENT) { in show()
671 heightSpec = mDropDownHeight; in show()
693 if (mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in show()
696 if (mDropDownHeight == ViewGroup.LayoutParams.WRAP_CONTENT) { in show()
699 heightSpec = mDropDownHeight; in show()
1255 if (mDropDownAlwaysVisible || mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in buildDropDown()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt82525 Landroid/widget/ListPopupWindow;->mDropDownHeight:I