Home
last modified time | relevance | path

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

/appcompat/appcompat/src/androidTest/java/androidx/appcompat/widget/
DAppCompatSpinnerTest.java151 spinner.setPopupBackgroundDrawable(ContextCompat.getDrawable( in testUnthemedPopupRuntimeTheming()
167 spinner.setPopupBackgroundDrawable(ContextCompat.getDrawable( in testThemedPopupRuntimeTheming()
/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DAppCompatSpinner.java318 public void setPopupBackgroundDrawable(Drawable background) { in setPopupBackgroundDrawable() method in AppCompatSpinner
322 super.setPopupBackgroundDrawable(background); in setPopupBackgroundDrawable()
328 setPopupBackgroundDrawable(AppCompatResources.getDrawable(getPopupContext(), resId)); in setPopupBackgroundResource()
/appcompat/appcompat/api/
Dapi_lint.ignore642 MissingNullability: androidx.appcompat.widget.AppCompatSpinner#setPopupBackgroundDrawable(android.g…
643 Missing nullability on parameter `background` in method `setPopupBackgroundDrawable`