Searched refs:hintContainer (Results 1 – 1 of 1) sorted by relevance
1194 LinearLayout hintContainer = new LinearLayout(context); in buildDropDown() local1195 hintContainer.setOrientation(LinearLayout.VERTICAL); in buildDropDown()1203 hintContainer.addView(dropDownView, hintParams); in buildDropDown()1204 hintContainer.addView(hintView); in buildDropDown()1208 hintContainer.addView(hintView); in buildDropDown()1209 hintContainer.addView(dropDownView, hintParams); in buildDropDown()1236 dropDownView = hintContainer; in buildDropDown()