Searched refs:hintContainer (Results 1 – 1 of 1) sorted by relevance
1176 LinearLayout hintContainer = new LinearLayout(context); in buildDropDown() local1177 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()