Searched refs:mDropDownHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java76 private int mDropDownHeight = ViewGroup.LayoutParams.WRAP_CONTENT; field in class:ListPopupWindow
505 return mDropDownHeight;
514 mDropDownHeight = height;
587 if (mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) {
601 } else if (mDropDownHeight == ViewGroup.LayoutParams.WRAP_CONTENT) {
604 heightSpec = mDropDownHeight;
622 if (mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) {
625 if (mDropDownHeight == ViewGroup.LayoutParams.WRAP_CONTENT) {
628 mPopup.setHeight(mDropDownHeight);
1159 if (mDropDownAlwaysVisible || mDropDownHeight
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java92 private int mDropDownHeight = ViewGroup.LayoutParams.WRAP_CONTENT; field in class:ListPopupWindow
521 return mDropDownHeight;
530 mDropDownHeight = height;
602 if (mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) {
616 } else if (mDropDownHeight == ViewGroup.LayoutParams.WRAP_CONTENT) {
619 heightSpec = mDropDownHeight;
637 if (mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) {
640 if (mDropDownHeight == ViewGroup.LayoutParams.WRAP_CONTENT) {
643 mPopup.setHeight(mDropDownHeight);
1177 if (mDropDownAlwaysVisible || mDropDownHeight
[all...]

Completed in 261 milliseconds