Searched refs:mDropDownWidth (Results 1 – 3 of 3) sorted by relevance
75 private int mDropDownWidth = ViewGroup.LayoutParams.WRAP_CONTENT; field in ListPopupWindow508 return mDropDownWidth; in getWidth()518 mDropDownWidth = width; in setWidth()531 mDropDownWidth = mTempRect.left + mTempRect.right + width; in setContentWidth()644 if (mDropDownWidth == ViewGroup.LayoutParams.MATCH_PARENT) { in show()648 } else if (mDropDownWidth == ViewGroup.LayoutParams.WRAP_CONTENT) { in show()651 widthSpec = mDropDownWidth; in show()660 mPopup.setWidth(mDropDownWidth == ViewGroup.LayoutParams.MATCH_PARENT ? in show()664 mPopup.setWidth(mDropDownWidth == ViewGroup.LayoutParams.MATCH_PARENT ? in show()682 if (mDropDownWidth == ViewGroup.LayoutParams.MATCH_PARENT) { in show()[all …]
106 int mDropDownWidth; field in Spinner280 mDropDownWidth = pa.getLayoutDimension(R.styleable.Spinner_dropDownWidth, in Spinner()447 mDropDownWidth = pixels; in setDropDownWidth()463 return mDropDownWidth; in getDropDownWidth()1239 if (mDropDownWidth == WRAP_CONTENT) { in computeContentWidth()1249 } else if (mDropDownWidth == MATCH_PARENT) { in computeContentWidth()1252 setContentWidth(mDropDownWidth); in computeContentWidth()
82530 Landroid/widget/ListPopupWindow;->mDropDownWidth:I84381 Landroid/widget/Spinner;->mDropDownWidth:I