Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListPopupWindow.java1132 LinearLayout.LayoutParams hintParams = new LinearLayout.LayoutParams( in buildDropDown() local
1138 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() local
1180 otherHeights = view.getMeasuredHeight() + hintParams.topMargin in buildDropDown()
1181 + hintParams.bottomMargin; in buildDropDown()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java1177 LinearLayout.LayoutParams hintParams = new LinearLayout.LayoutParams( in buildDropDown() local
1183 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() local
1226 otherHeights = view.getMeasuredHeight() + hintParams.topMargin in buildDropDown()
1227 + hintParams.bottomMargin; in buildDropDown()