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()655 } else if (mDropDownWidth == ViewGroup.LayoutParams.WRAP_CONTENT) { in show()658 widthSpec = mDropDownWidth; in show()667 mPopup.setWidth(mDropDownWidth == ViewGroup.LayoutParams.MATCH_PARENT ? in show()671 mPopup.setWidth(mDropDownWidth == ViewGroup.LayoutParams.MATCH_PARENT ? in show()689 if (mDropDownWidth == ViewGroup.LayoutParams.MATCH_PARENT) { in show()[all …]
111 int mDropDownWidth; field in Spinner285 mDropDownWidth = pa.getLayoutDimension(R.styleable.Spinner_dropDownWidth, in Spinner()452 mDropDownWidth = pixels; in setDropDownWidth()468 return mDropDownWidth; in getDropDownWidth()1264 if (mDropDownWidth == WRAP_CONTENT) { in computeContentWidth()1274 } else if (mDropDownWidth == MATCH_PARENT) { in computeContentWidth()1277 setContentWidth(mDropDownWidth); in computeContentWidth()
67458 Landroid/widget/ListPopupWindow;->mDropDownWidth:I69309 Landroid/widget/Spinner;->mDropDownWidth:I