Searched refs:heightSpec (Results 1 – 1 of 1) sorted by relevance
682 final int heightSpec; in show() local686 heightSpec = noInputMethod ? height : ViewGroup.LayoutParams.MATCH_PARENT; in show()697 heightSpec = height; in show()699 heightSpec = mDropDownHeight; in show()706 (heightSpec < 0)? -1 : heightSpec); in show()719 final int heightSpec; in show()721 heightSpec = ViewGroup.LayoutParams.MATCH_PARENT; in show()724 heightSpec = height; in show()726 heightSpec = mDropDownHeight; in show()731 mPopup.setHeight(heightSpec); in show()[all …]