Searched refs:setPopupBackgroundDrawable (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DAppCompatSpinnerTest.java107 spinner.setPopupBackgroundDrawable(ContextCompat.getDrawable(
124 spinner.setPopupBackgroundDrawable(ContextCompat.getDrawable(
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatSpinner.java304 public void setPopupBackgroundDrawable(Drawable background) { method in class:AppCompatSpinner
308 super.setPopupBackgroundDrawable(background);
314 setPopupBackgroundDrawable(AppCompatResources.getDrawable(getPopupContext(), resId));
/frameworks/base/core/java/android/widget/
H A DSpinner.java332 public void setPopupBackgroundDrawable(Drawable background) { method in class:Spinner
334 Log.e(TAG, "setPopupBackgroundDrawable: incompatible spinner mode; ignoring...");
349 setPopupBackgroundDrawable(getPopupContext().getDrawable(resId));

Completed in 622 milliseconds