Home | History | Annotate | Download | only in calendar

Lines Matching refs:imageView

64 import android.widget.ImageView;
2604 ImageView imageView = (ImageView) mPopupView.findViewById(R.id.reminder_icon);
2605 imageView.setVisibility(event.hasAlarm ? View.VISIBLE : View.GONE);
2607 imageView = (ImageView) mPopupView.findViewById(R.id.repeat_icon);
2608 imageView.setVisibility(event.isRepeating ? View.VISIBLE : View.GONE);