Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAlertDialog.java508 P.mNegativeButtonText = P.mContext.getText(textId); in setNegativeButton()
521 P.mNegativeButtonText = text; in setNegativeButton()
DAlertController.java880 public CharSequence mNegativeButtonText; field in AlertController.AlertParams
956 if (mNegativeButtonText != null || mNegativeButtonIcon != null) { in apply()
957 dialog.setButton(DialogInterface.BUTTON_NEGATIVE, mNegativeButtonText, in apply()