Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListPopupWindow.java1176 LinearLayout hintContainer = new LinearLayout(context); in buildDropDown() local
1177 hintContainer.setOrientation(LinearLayout.VERTICAL); in buildDropDown()
1185 hintContainer.addView(dropDownView, hintParams); in buildDropDown()
1186 hintContainer.addView(hintView); in buildDropDown()
1190 hintContainer.addView(hintView); in buildDropDown()
1191 hintContainer.addView(dropDownView, hintParams); in buildDropDown()
1218 dropDownView = hintContainer; in buildDropDown()