Searched refs:setPopupBackgroundDrawable (Results 1 – 3 of 3) sorted by relevance
151 spinner.setPopupBackgroundDrawable(ContextCompat.getDrawable( in testUnthemedPopupRuntimeTheming()167 spinner.setPopupBackgroundDrawable(ContextCompat.getDrawable( in testThemedPopupRuntimeTheming()
318 public void setPopupBackgroundDrawable(Drawable background) { in setPopupBackgroundDrawable() method in AppCompatSpinner322 super.setPopupBackgroundDrawable(background); in setPopupBackgroundDrawable()328 setPopupBackgroundDrawable(AppCompatResources.getDrawable(getPopupContext(), resId)); in setPopupBackgroundResource()
642 MissingNullability: androidx.appcompat.widget.AppCompatSpinner#setPopupBackgroundDrawable(android.g…643 Missing nullability on parameter `background` in method `setPopupBackgroundDrawable`