Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListPopupWindow.java72 private int mDropDownHeight = ViewGroup.LayoutParams.WRAP_CONTENT; field in ListPopupWindow
522 return mDropDownHeight; in getHeight()
545 mDropDownHeight = height; in setHeight()
636 if (mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in show()
649 } else if (mDropDownHeight == ViewGroup.LayoutParams.WRAP_CONTENT) { in show()
652 heightSpec = mDropDownHeight; in show()
674 if (mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in show()
677 if (mDropDownHeight == ViewGroup.LayoutParams.WRAP_CONTENT) { in show()
680 heightSpec = mDropDownHeight; in show()
1234 if (mDropDownAlwaysVisible || mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in buildDropDown()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DListPopupWindow.java108 private int mDropDownHeight = ViewGroup.LayoutParams.WRAP_CONTENT; field in ListPopupWindow
562 return mDropDownHeight; in getHeight()
579 mDropDownHeight = height; in setHeight()
669 if (mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in show()
682 } else if (mDropDownHeight == ViewGroup.LayoutParams.WRAP_CONTENT) { in show()
685 heightSpec = mDropDownHeight; in show()
706 if (mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in show()
709 if (mDropDownHeight == ViewGroup.LayoutParams.WRAP_CONTENT) { in show()
712 heightSpec = mDropDownHeight; in show()
1276 if (mDropDownAlwaysVisible || mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in buildDropDown()