Searched refs:mDropDownHeight (Results 1 – 2 of 2) sorted by relevance
77 private int mDropDownHeight = ViewGroup.LayoutParams.WRAP_CONTENT; field in ListPopupWindow548 return mDropDownHeight; in getHeight()571 mDropDownHeight = height; in setHeight()662 if (mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in show()675 } else if (mDropDownHeight == ViewGroup.LayoutParams.WRAP_CONTENT) { in show()678 heightSpec = mDropDownHeight; in show()700 if (mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in show()703 if (mDropDownHeight == ViewGroup.LayoutParams.WRAP_CONTENT) { in show()706 heightSpec = mDropDownHeight; in show()1273 if (mDropDownAlwaysVisible || mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in buildDropDown()
67453 Landroid/widget/ListPopupWindow;->mDropDownHeight:I