Home | History | Annotate | Download | only in preference

Lines Matching defs:mIconResId

121      * mIconResId is overridden by mIcon, if mIcon is specified.
123 private int mIconResId;
245 mIconResId = a.getResourceId(attr, 0);
636 if (mIconResId != 0 || mIcon != null) {
638 mIcon = getContext().getDrawable(mIconResId);
777 if (mIconResId != iconResId) {
778 mIconResId = iconResId;
790 if (mIcon == null && mIconResId != 0) {
791 mIcon = getContext().getDrawable(mIconResId);