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