Searched refs:dropDownView (Results 1 – 2 of 2) sorted by relevance
1135 ViewGroup dropDownView; in buildDropDown() local1187 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()
629 final CheckedTextView dropDownView = (CheckedTextView) createViewFromResource( in getDropDownView() local631 dropDownView.setBackground(getContext().getDrawable(R.drawable.drawer_item_background)); in getDropDownView()632 dropDownView.setChecked(position == mSelectedIndex); in getDropDownView()633 return dropDownView; in getDropDownView()