Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListPopupWindow.java1155 LinearLayout hintContainer = new LinearLayout(context); in buildDropDown() local
1156 hintContainer.setOrientation(LinearLayout.VERTICAL); in buildDropDown()
1164 hintContainer.addView(dropDownView, hintParams); in buildDropDown()
1165 hintContainer.addView(hintView); in buildDropDown()
1169 hintContainer.addView(hintView); in buildDropDown()
1170 hintContainer.addView(dropDownView, hintParams); in buildDropDown()
1197 dropDownView = hintContainer; in buildDropDown()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DListPopupWindow.java1196 LinearLayout hintContainer = new LinearLayout(context); in buildDropDown() local
1197 hintContainer.setOrientation(LinearLayout.VERTICAL); in buildDropDown()
1205 hintContainer.addView(dropDownView, hintParams); in buildDropDown()
1206 hintContainer.addView(hintView); in buildDropDown()
1210 hintContainer.addView(hintView); in buildDropDown()
1211 hintContainer.addView(dropDownView, hintParams); in buildDropDown()
1238 dropDownView = hintContainer; in buildDropDown()