Searched refs:popupTheme (Results 1 – 3 of 3) sorted by relevance
49 int defStyleRes, Resources.Theme popupTheme) { in AutoCompleteTextViewNoIme() argument50 super(context, attrs, defStyleAttr, defStyleRes, popupTheme); in AutoCompleteTextViewNoIme()
136 final Resources.Theme popupTheme = mActivity.getResources().newTheme(); in testConstructor() local137 popupTheme.applyStyle(android.R.style.Theme_Material, true); in testConstructor()140 popupTheme); in testConstructor()143 popupTheme); in testConstructor()
185 final Resources.Theme popupTheme = mActivity.getResources().newTheme(); in testConstructor() local186 popupTheme.applyStyle(android.R.style.Theme_Material, true); in testConstructor()188 android.R.style.Widget_Material_Light_AutoCompleteTextView, popupTheme); in testConstructor()