Searched refs:hintParams (Results 1 – 1 of 1) sorted by relevance
1326 LinearLayout.LayoutParams hintParams = new LinearLayout.LayoutParams( in buildDropDown() local1329 hintContainer.addView(dropDownView, hintParams); in buildDropDown()1338 hintParams = (LinearLayout.LayoutParams) hintView.getLayoutParams(); in buildDropDown()1339 otherHeights = hintView.getMeasuredHeight() + hintParams.topMargin in buildDropDown()1340 + hintParams.bottomMargin; in buildDropDown()1350 LinearLayout.LayoutParams hintParams = in buildDropDown() local1352 otherHeights = view.getMeasuredHeight() + hintParams.topMargin in buildDropDown()1353 + hintParams.bottomMargin; in buildDropDown()