Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListPopupWindow.java77 private int mDropDownHeight = ViewGroup.LayoutParams.WRAP_CONTENT; field in ListPopupWindow
548 return mDropDownHeight; in getHeight()
571 mDropDownHeight = height; in setHeight()
662 if (mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in show()
675 } else if (mDropDownHeight == ViewGroup.LayoutParams.WRAP_CONTENT) { in show()
678 heightSpec = mDropDownHeight; in show()
700 if (mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in show()
703 if (mDropDownHeight == ViewGroup.LayoutParams.WRAP_CONTENT) { in show()
706 heightSpec = mDropDownHeight; in show()
1273 if (mDropDownAlwaysVisible || mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in buildDropDown()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt67453 Landroid/widget/ListPopupWindow;->mDropDownHeight:I