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

/frameworks/base/core/java/android/widget/
H A DSpinner.java223 public void setPopupBackgroundDrawable(Drawable background) { method in class:Spinner
225 Log.e(TAG, "setPopupBackgroundDrawable: incompatible spinner mode; ignoring...");
240 setPopupBackgroundDrawable(getContext().getResources().getDrawable(resId));

Completed in 249 milliseconds