Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAlertController.java93 private Drawable mButtonNegativeIcon; field in AlertController
340 mButtonNegativeIcon = icon; in setButton()
783 if (TextUtils.isEmpty(mButtonNegativeText) && mButtonNegativeIcon == null) { in setupButtons()
787 if (mButtonNegativeIcon != null) { in setupButtons()
788 mButtonNegativeIcon.setBounds(0, 0, mButtonIconDimen, mButtonIconDimen); in setupButtons()
789 mButtonNegative.setCompoundDrawables(mButtonNegativeIcon, null, null, null); in setupButtons()