Searched refs:mDropDownWidth (Results 1 – 4 of 4) sorted by relevance
93 private int mDropDownWidth = ViewGroup.LayoutParams.WRAP_CONTENT; field in ListPopupWindow475 return mDropDownWidth; in getWidth()485 mDropDownWidth = width; in setWidth()498 mDropDownWidth = mTempRect.left + mTempRect.right + width; in setContentWidth()579 if (mDropDownWidth == ViewGroup.LayoutParams.MATCH_PARENT) { in show()583 } else if (mDropDownWidth == ViewGroup.LayoutParams.WRAP_CONTENT) { in show()586 widthSpec = mDropDownWidth; in show()595 mDropDownWidth == ViewGroup.LayoutParams.MATCH_PARENT ? in show()599 mDropDownWidth == ViewGroup.LayoutParams.MATCH_PARENT ? in show()614 if (mDropDownWidth == ViewGroup.LayoutParams.MATCH_PARENT) { in show()[all …]
77 private int mDropDownWidth = ViewGroup.LayoutParams.WRAP_CONTENT; field in ListPopupWindow472 return mDropDownWidth; in getWidth()482 mDropDownWidth = width; in setWidth()495 mDropDownWidth = mTempRect.left + mTempRect.right + width; in setContentWidth()577 if (mDropDownWidth == ViewGroup.LayoutParams.MATCH_PARENT) { in show()581 } else if (mDropDownWidth == ViewGroup.LayoutParams.WRAP_CONTENT) { in show()584 widthSpec = mDropDownWidth; in show()593 mDropDownWidth == ViewGroup.LayoutParams.MATCH_PARENT ? in show()597 mDropDownWidth == ViewGroup.LayoutParams.MATCH_PARENT ? in show()612 if (mDropDownWidth == ViewGroup.LayoutParams.MATCH_PARENT) { in show()[all …]
88 int mDropDownWidth; field in Spinner207 mDropDownWidth = a.getLayoutDimension( in Spinner()355 mDropDownWidth = pixels; in setDropDownWidth()370 return mDropDownWidth; in getDropDownWidth()1108 if (mDropDownWidth == WRAP_CONTENT) { in computeContentWidth()1118 } else if (mDropDownWidth == MATCH_PARENT) { in computeContentWidth()1121 setContentWidth(mDropDownWidth); in computeContentWidth()
83 int mDropDownWidth; field in SpinnerCompat182 mDropDownWidth = a.getLayoutDimension(R.styleable.Spinner_android_dropDownWidth, in SpinnerCompat()316 mDropDownWidth = pixels; in setDropDownWidth()328 return mDropDownWidth; in getDropDownWidth()1030 if (mDropDownWidth == WRAP_CONTENT) { in computeContentWidth()1040 } else if (mDropDownWidth == MATCH_PARENT) { in computeContentWidth()1043 setContentWidth(mDropDownWidth); in computeContentWidth()