Searched refs:hintContainer (Results 1 – 2 of 2) sorted by relevance
1155 LinearLayout hintContainer = new LinearLayout(context); in buildDropDown() local1156 hintContainer.setOrientation(LinearLayout.VERTICAL); in buildDropDown()1164 hintContainer.addView(dropDownView, hintParams); in buildDropDown()1165 hintContainer.addView(hintView); in buildDropDown()1169 hintContainer.addView(hintView); in buildDropDown()1170 hintContainer.addView(dropDownView, hintParams); in buildDropDown()1197 dropDownView = hintContainer; in buildDropDown()
1196 LinearLayout hintContainer = new LinearLayout(context); in buildDropDown() local1197 hintContainer.setOrientation(LinearLayout.VERTICAL); in buildDropDown()1205 hintContainer.addView(dropDownView, hintParams); in buildDropDown()1206 hintContainer.addView(hintView); in buildDropDown()1210 hintContainer.addView(hintView); in buildDropDown()1211 hintContainer.addView(dropDownView, hintParams); in buildDropDown()1238 dropDownView = hintContainer; in buildDropDown()