Searched refs:hintParams (Results 1 – 2 of 2) sorted by relevance
1158 LinearLayout.LayoutParams hintParams = new LinearLayout.LayoutParams( in buildDropDown() local1164 hintContainer.addView(dropDownView, hintParams); in buildDropDown()1170 hintContainer.addView(dropDownView, hintParams); in buildDropDown()1193 hintParams = (LinearLayout.LayoutParams) hintView.getLayoutParams(); in buildDropDown()1194 otherHeights = hintView.getMeasuredHeight() + hintParams.topMargin in buildDropDown()1195 + hintParams.bottomMargin; in buildDropDown()1204 LinearLayout.LayoutParams hintParams = in buildDropDown() local1206 otherHeights = view.getMeasuredHeight() + hintParams.topMargin in buildDropDown()1207 + hintParams.bottomMargin; in buildDropDown()
1199 LinearLayout.LayoutParams hintParams = new LinearLayout.LayoutParams( in buildDropDown() local1205 hintContainer.addView(dropDownView, hintParams); in buildDropDown()1211 hintContainer.addView(dropDownView, hintParams); in buildDropDown()1234 hintParams = (LinearLayout.LayoutParams) hintView.getLayoutParams(); in buildDropDown()1235 otherHeights = hintView.getMeasuredHeight() + hintParams.topMargin in buildDropDown()1236 + hintParams.bottomMargin; in buildDropDown()1246 LinearLayout.LayoutParams hintParams = in buildDropDown() local1248 otherHeights = view.getMeasuredHeight() + hintParams.topMargin in buildDropDown()1249 + hintParams.bottomMargin; in buildDropDown()