Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListPopupWindow.java1129 LinearLayout hintContainer = new LinearLayout(context); in buildDropDown() local
1130 hintContainer.setOrientation(LinearLayout.VERTICAL); in buildDropDown()
1138 hintContainer.addView(dropDownView, hintParams); in buildDropDown()
1139 hintContainer.addView(hintView); in buildDropDown()
1143 hintContainer.addView(hintView); in buildDropDown()
1144 hintContainer.addView(dropDownView, hintParams); in buildDropDown()
1171 dropDownView = hintContainer; in buildDropDown()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java1174 LinearLayout hintContainer = new LinearLayout(context); in buildDropDown() local
1175 hintContainer.setOrientation(LinearLayout.VERTICAL); in buildDropDown()
1183 hintContainer.addView(dropDownView, hintParams); in buildDropDown()
1184 hintContainer.addView(hintView); in buildDropDown()
1188 hintContainer.addView(hintView); in buildDropDown()
1189 hintContainer.addView(dropDownView, hintParams); in buildDropDown()
1216 dropDownView = hintContainer; in buildDropDown()