Searched refs:hintParams (Results 1 – 2 of 2) sorted by relevance
1132 LinearLayout.LayoutParams hintParams = new LinearLayout.LayoutParams( in buildDropDown() local1138 hintContainer.addView(dropDownView, hintParams); in buildDropDown()1144 hintContainer.addView(dropDownView, hintParams); in buildDropDown()1167 hintParams = (LinearLayout.LayoutParams) hintView.getLayoutParams(); in buildDropDown()1168 otherHeights = hintView.getMeasuredHeight() + hintParams.topMargin in buildDropDown()1169 + hintParams.bottomMargin; in buildDropDown()1178 LinearLayout.LayoutParams hintParams = in buildDropDown() local1180 otherHeights = view.getMeasuredHeight() + hintParams.topMargin in buildDropDown()1181 + hintParams.bottomMargin; in buildDropDown()
1177 LinearLayout.LayoutParams hintParams = new LinearLayout.LayoutParams( in buildDropDown() local1183 hintContainer.addView(dropDownView, hintParams); in buildDropDown()1189 hintContainer.addView(dropDownView, hintParams); in buildDropDown()1212 hintParams = (LinearLayout.LayoutParams) hintView.getLayoutParams(); in buildDropDown()1213 otherHeights = hintView.getMeasuredHeight() + hintParams.topMargin in buildDropDown()1214 + hintParams.bottomMargin; in buildDropDown()1224 LinearLayout.LayoutParams hintParams = in buildDropDown() local1226 otherHeights = view.getMeasuredHeight() + hintParams.topMargin in buildDropDown()1227 + hintParams.bottomMargin; in buildDropDown()