Home | History | Annotate | Download | only in calendar

Lines Matching defs:imageView

74 import android.widget.ImageView;
3649 ImageView imageView = (ImageView) mPopupView.findViewById(R.id.reminder_icon);
3650 imageView.setVisibility(event.hasAlarm ? View.VISIBLE : View.GONE);
3652 imageView = (ImageView) mPopupView.findViewById(R.id.repeat_icon);
3653 imageView.setVisibility(event.isRepeating ? View.VISIBLE : View.GONE);