Home | History | Annotate | Download | only in preference

Lines Matching refs:iconResId

664      * @param iconResId The icon as a resource ID.
666 public void setIcon(int iconResId) {
667 mIconResId = iconResId;
668 setIcon(mContext.getResources().getDrawable(iconResId));