Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DListPopupWindow.java1135 ViewGroup dropDownView; in buildDropDown() local
1190 dropDownView = mDropDownList; in buildDropDown()
1205 hintContainer.addView(dropDownView, hintParams); in buildDropDown()
1211 hintContainer.addView(dropDownView, hintParams); in buildDropDown()
1238 dropDownView = hintContainer; in buildDropDown()
1241 mPopup.setContentView(dropDownView); in buildDropDown()
1243 dropDownView = (ViewGroup) mPopup.getContentView(); in buildDropDown()
/frameworks/base/core/java/android/widget/
DListPopupWindow.java1097 ViewGroup dropDownView; in buildDropDown() local
1149 dropDownView = mDropDownList; in buildDropDown()
1164 hintContainer.addView(dropDownView, hintParams); in buildDropDown()
1170 hintContainer.addView(dropDownView, hintParams); in buildDropDown()
1197 dropDownView = hintContainer; in buildDropDown()
1200 mPopup.setContentView(dropDownView); in buildDropDown()