Searched refs:widthSpec (Results 1 – 1 of 1) sorted by relevance
671 final int widthSpec; in show() local675 widthSpec = -1; in show()677 widthSpec = getAnchorView().getWidth(); in show()679 widthSpec = mDropDownWidth; in show()705 mDropDownVerticalOffset, (widthSpec < 0)? -1 : widthSpec, in show()708 final int widthSpec; in show()710 widthSpec = ViewGroup.LayoutParams.MATCH_PARENT; in show()713 widthSpec = getAnchorView().getWidth(); in show()715 widthSpec = mDropDownWidth; in show()730 mPopup.setWidth(widthSpec); in show()[all …]