Home | History | Annotate | Download | only in calendar

Lines Matching defs:imageView

77 import android.widget.ImageView;
3526 ImageView imageView = (ImageView) mPopupView.findViewById(R.id.reminder_icon);
3527 imageView.setVisibility(event.hasAlarm ? View.VISIBLE : View.GONE);
3529 imageView = (ImageView) mPopupView.findViewById(R.id.repeat_icon);
3530 imageView.setVisibility(event.isRepeating ? View.VISIBLE : View.GONE);