Home | History | Annotate | Download | only in guide

Lines Matching refs:iconResId

574                     int iconResId = 0;
577 iconResId = R.drawable.ic_warning_white_12dp;
582 iconResId = R.drawable.ic_recording_program;
586 iconResId = R.drawable.ic_scheduled_white;
590 iconResId = R.drawable.ic_warning_white_12dp;
594 iconResId = 0;
598 if (iconResId == 0) {
603 mDvrIconView.setImageResource(iconResId);