Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListPopupWindow.java71 private int mDropDownHeight = ViewGroup.LayoutParams.WRAP_CONTENT; field in ListPopupWindow
519 return mDropDownHeight; in getHeight()
528 mDropDownHeight = height; in setHeight()
615 if (mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in show()
628 } else if (mDropDownHeight == ViewGroup.LayoutParams.WRAP_CONTENT) { in show()
631 heightSpec = mDropDownHeight; in show()
652 if (mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in show()
655 if (mDropDownHeight == ViewGroup.LayoutParams.WRAP_CONTENT) { in show()
658 heightSpec = mDropDownHeight; in show()
1208 if (mDropDownAlwaysVisible || mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in buildDropDown()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java106 private int mDropDownHeight = ViewGroup.LayoutParams.WRAP_CONTENT; field in ListPopupWindow
558 return mDropDownHeight; in getHeight()
567 mDropDownHeight = height; in setHeight()
653 if (mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in show()
666 } else if (mDropDownHeight == ViewGroup.LayoutParams.WRAP_CONTENT) { in show()
669 heightSpec = mDropDownHeight; in show()
690 if (mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in show()
693 if (mDropDownHeight == ViewGroup.LayoutParams.WRAP_CONTENT) { in show()
696 heightSpec = mDropDownHeight; in show()
1254 if (mDropDownAlwaysVisible || mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in buildDropDown()