Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAlertController.java881 public Drawable mNegativeButtonIcon; field in AlertController.AlertParams
956 if (mNegativeButtonText != null || mNegativeButtonIcon != null) { in apply()
958 mNegativeButtonListener, null, mNegativeButtonIcon); in apply()
DAlertDialog.java532 P.mNegativeButtonIcon = icon; in setNegativeButtonIcon()