Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAlertController.java619 public int mIconAttrId = 0; field in AlertController.AlertParams
689 if (mIconAttrId != 0) { in apply()
690 dialog.setIcon(dialog.getIconAttributeResId(mIconAttrId)); in apply()
/frameworks/base/core/java/com/android/internal/app/
DAlertController.java912 public int mIconAttrId = 0; field in AlertController.AlertParams
981 if (mIconAttrId != 0) { in apply()
982 dialog.setIcon(dialog.getIconAttributeResId(mIconAttrId)); in apply()