Searched refs:mDropDownHeight (Results 1 – 2 of 2) sorted by relevance
71 private int mDropDownHeight = ViewGroup.LayoutParams.WRAP_CONTENT; field in ListPopupWindow519 return mDropDownHeight; in getHeight()528 mDropDownHeight = height; in setHeight()615 if (mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in show()628 } else if (mDropDownHeight == ViewGroup.LayoutParams.WRAP_CONTENT) { in show()631 heightSpec = mDropDownHeight; in show()652 if (mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in show()655 if (mDropDownHeight == ViewGroup.LayoutParams.WRAP_CONTENT) { in show()658 heightSpec = mDropDownHeight; in show()1208 if (mDropDownAlwaysVisible || mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in buildDropDown()
106 private int mDropDownHeight = ViewGroup.LayoutParams.WRAP_CONTENT; field in ListPopupWindow558 return mDropDownHeight; in getHeight()567 mDropDownHeight = height; in setHeight()653 if (mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in show()666 } else if (mDropDownHeight == ViewGroup.LayoutParams.WRAP_CONTENT) { in show()669 heightSpec = mDropDownHeight; in show()690 if (mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in show()693 if (mDropDownHeight == ViewGroup.LayoutParams.WRAP_CONTENT) { in show()696 heightSpec = mDropDownHeight; in show()1254 if (mDropDownAlwaysVisible || mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in buildDropDown()