Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListPopupWindow.java1118 ViewGroup dropDownView; in buildDropDown() local
1170 dropDownView = mDropDownList; in buildDropDown()
1185 hintContainer.addView(dropDownView, hintParams); in buildDropDown()
1191 hintContainer.addView(dropDownView, hintParams); in buildDropDown()
1218 dropDownView = hintContainer; in buildDropDown()
1221 mPopup.setContentView(dropDownView); in buildDropDown()