Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAlertController.java88 private Drawable mButtonPositiveIcon; field in AlertController
334 mButtonPositiveIcon = icon; in setButton()
768 if (TextUtils.isEmpty(mButtonPositiveText) && mButtonPositiveIcon == null) { in setupButtons()
772 if (mButtonPositiveIcon != null) { in setupButtons()
773 mButtonPositiveIcon.setBounds(0, 0, mButtonIconDimen, mButtonIconDimen); in setupButtons()
774 mButtonPositive.setCompoundDrawables(mButtonPositiveIcon, null, null, null); in setupButtons()