Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAlertController.java98 private Drawable mButtonNeutralIcon; field in AlertController
346 mButtonNeutralIcon = icon; in setButton()
798 if (TextUtils.isEmpty(mButtonNeutralText) && mButtonNeutralIcon == null) { in setupButtons()
802 if (mButtonNeutralIcon != null) { in setupButtons()
803 mButtonNeutralIcon.setBounds(0, 0, mButtonIconDimen, mButtonIconDimen); in setupButtons()
804 mButtonNeutral.setCompoundDrawables(mButtonNeutralIcon, null, null, null); in setupButtons()