Searched refs:mButtonNeutralIcon (Results 1 – 1 of 1) sorted by relevance
98 private Drawable mButtonNeutralIcon; field in AlertController346 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()