Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListPopupWindow.java64 private int mDropDownHeight = ViewGroup.LayoutParams.WRAP_CONTENT; field in ListPopupWindow
469 return mDropDownHeight; in getHeight()
478 mDropDownHeight = height; in setHeight()
551 if (mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in show()
565 } else if (mDropDownHeight == ViewGroup.LayoutParams.WRAP_CONTENT) { in show()
568 heightSpec = mDropDownHeight; in show()
586 if (mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in show()
589 if (mDropDownHeight == ViewGroup.LayoutParams.WRAP_CONTENT) { in show()
592 mPopup.setHeight(mDropDownHeight); in show()
1101 if (mDropDownAlwaysVisible || mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in buildDropDown()