Home
last modified time | relevance | path

Searched refs:hintParams (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DAutoCompleteTextView.java1326 LinearLayout.LayoutParams hintParams = new LinearLayout.LayoutParams( in buildDropDown() local
1329 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() local
1352 otherHeights = view.getMeasuredHeight() + hintParams.topMargin in buildDropDown()
1353 + hintParams.bottomMargin; in buildDropDown()