Searched refs:mDropDownHeight (Results 1 – 2 of 2) sorted by relevance
74 private int mDropDownHeight = ViewGroup.LayoutParams.WRAP_CONTENT; field in ListPopupWindow541 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()
82525 Landroid/widget/ListPopupWindow;->mDropDownHeight:I