Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListPopupWindow.java1158 LinearLayout.LayoutParams hintParams = new LinearLayout.LayoutParams( in buildDropDown() local
1164 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() local
1206 otherHeights = view.getMeasuredHeight() + hintParams.topMargin in buildDropDown()
1207 + hintParams.bottomMargin; in buildDropDown()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DListPopupWindow.java1199 LinearLayout.LayoutParams hintParams = new LinearLayout.LayoutParams( in buildDropDown() local
1205 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() local
1248 otherHeights = view.getMeasuredHeight() + hintParams.topMargin in buildDropDown()
1249 + hintParams.bottomMargin; in buildDropDown()