Searched refs:mDropDownWidth (Results 1 – 3 of 3) sorted by relevance
78 private int mDropDownWidth = ViewGroup.LayoutParams.WRAP_CONTENT; field in ListPopupWindow515 return mDropDownWidth; in getWidth()525 mDropDownWidth = width; in setWidth()538 mDropDownWidth = mTempRect.left + mTempRect.right + width; in setContentWidth()651 if (mDropDownWidth == ViewGroup.LayoutParams.MATCH_PARENT) { in show()658 widthSpec = mDropDownWidth; in show()689 if (mDropDownWidth == ViewGroup.LayoutParams.MATCH_PARENT) { in show()695 widthSpec = mDropDownWidth; in show()1220 if (mDropDownWidth >= 0) { in buildDropDown()1222 widthSize = mDropDownWidth; in buildDropDown()[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()
71424 Landroid/widget/ListPopupWindow;->mDropDownWidth:I73275 Landroid/widget/Spinner;->mDropDownWidth:I