Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java1135 ViewGroup dropDownView; in buildDropDown() local
1187 dropDownView = mDropDownList; in buildDropDown()
1202 hintContainer.addView(dropDownView, hintParams); in buildDropDown()
1208 hintContainer.addView(dropDownView, hintParams); in buildDropDown()
1235 dropDownView = hintContainer; in buildDropDown()
1238 mPopup.setContentView(dropDownView); in buildDropDown()
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DLabeledEditorView.java629 final CheckedTextView dropDownView = (CheckedTextView) createViewFromResource( in getDropDownView() local
631 dropDownView.setBackground(getContext().getDrawable(R.drawable.drawer_item_background)); in getDropDownView()
632 dropDownView.setChecked(position == mSelectedIndex); in getDropDownView()
633 return dropDownView; in getDropDownView()