Home
last modified time | relevance | path

Searched refs:widthSpec (Results 1 – 1 of 1) sorted by relevance

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DListPopupWindow.java671 final int widthSpec; in show() local
675 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 …]