Home | History | Annotate | Download | only in globalactions

Lines Matching refs:mIconResId

811         private final int mIconResId;
817 mIconResId = iconResId;
824 mIconResId = iconResId;
866 } else if (mIconResId != 0) {
867 icon.setImageDrawable(context.getDrawable(mIconResId));