Searched refs:mButtonNegativeIcon (Results 1 – 1 of 1) sorted by relevance
92 private Drawable mButtonNegativeIcon; field in AlertController338 mButtonNegativeIcon = icon; in setButton()781 if (TextUtils.isEmpty(mButtonNegativeText) && mButtonNegativeIcon == null) { in setupButtons()785 if (mButtonNegativeIcon != null) { in setupButtons()786 mButtonNegativeIcon.setBounds(0, 0, mButtonIconDimen, mButtonIconDimen); in setupButtons()787 mButtonNegative.setCompoundDrawables(mButtonNegativeIcon, null, null, null); in setupButtons()