Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java1116 ViewGroup dropDownView; in buildDropDown() local
1168 dropDownView = mDropDownList; in buildDropDown()
1183 hintContainer.addView(dropDownView, hintParams); in buildDropDown()
1189 hintContainer.addView(dropDownView, hintParams); in buildDropDown()
1216 dropDownView = hintContainer; in buildDropDown()
1219 mPopup.setContentView(dropDownView); in buildDropDown()
1221 dropDownView = (ViewGroup) mPopup.getContentView(); in buildDropDown()
/frameworks/base/core/java/android/widget/
DListPopupWindow.java1071 ViewGroup dropDownView; in buildDropDown() local
1123 dropDownView = mDropDownList; in buildDropDown()
1138 hintContainer.addView(dropDownView, hintParams); in buildDropDown()
1144 hintContainer.addView(dropDownView, hintParams); in buildDropDown()
1171 dropDownView = hintContainer; in buildDropDown()
1174 mPopup.setContentView(dropDownView); in buildDropDown()