Searched refs:mDropDownWidth (Results 1 – 4 of 4) sorted by relevance
73 private int mDropDownWidth = ViewGroup.LayoutParams.WRAP_CONTENT; field in ListPopupWindow489 return mDropDownWidth; in getWidth()499 mDropDownWidth = width; in setWidth()512 mDropDownWidth = mTempRect.left + mTempRect.right + width; in setContentWidth()625 if (mDropDownWidth == ViewGroup.LayoutParams.MATCH_PARENT) { in show()629 } else if (mDropDownWidth == ViewGroup.LayoutParams.WRAP_CONTENT) { in show()632 widthSpec = mDropDownWidth; in show()641 mPopup.setWidth(mDropDownWidth == ViewGroup.LayoutParams.MATCH_PARENT ? in show()645 mPopup.setWidth(mDropDownWidth == ViewGroup.LayoutParams.MATCH_PARENT ? in show()663 if (mDropDownWidth == ViewGroup.LayoutParams.MATCH_PARENT) { in show()[all …]
102 int mDropDownWidth; field in Spinner274 mDropDownWidth = pa.getLayoutDimension(R.styleable.Spinner_dropDownWidth, in Spinner()438 mDropDownWidth = pixels; in setDropDownWidth()453 return mDropDownWidth; in getDropDownWidth()1224 if (mDropDownWidth == WRAP_CONTENT) { in computeContentWidth()1234 } else if (mDropDownWidth == MATCH_PARENT) { in computeContentWidth()1237 setContentWidth(mDropDownWidth); in computeContentWidth()
109 private int mDropDownWidth = ViewGroup.LayoutParams.WRAP_CONTENT; field in ListPopupWindow529 return mDropDownWidth; in getWidth()539 mDropDownWidth = width; in setWidth()552 mDropDownWidth = mTempRect.left + mTempRect.right + width; in setContentWidth()658 if (mDropDownWidth == ViewGroup.LayoutParams.MATCH_PARENT) { in show()662 } else if (mDropDownWidth == ViewGroup.LayoutParams.WRAP_CONTENT) { in show()665 widthSpec = mDropDownWidth; in show()674 mPopup.setWidth(mDropDownWidth == ViewGroup.LayoutParams.MATCH_PARENT ? in show()678 mPopup.setWidth(mDropDownWidth == ViewGroup.LayoutParams.MATCH_PARENT ? in show()695 if (mDropDownWidth == ViewGroup.LayoutParams.MATCH_PARENT) { in show()[all …]
96 private int mDropDownWidth; field in AppCompatSpinner238 mDropDownWidth = pa.getLayoutDimension(R.styleable.Spinner_android_dropDownWidth, in AppCompatSpinner()369 mDropDownWidth = pixels; in setDropDownWidth()378 return mDropDownWidth; in getDropDownWidth()771 if (mDropDownWidth == WRAP_CONTENT) { in computeContentWidth()781 } else if (mDropDownWidth == MATCH_PARENT) { in computeContentWidth()784 setContentWidth(mDropDownWidth); in computeContentWidth()