Searched defs:mPopupView (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java347 private View mPopupView; field in class:DayView
881 mPopupView = inflater.inflate(R.layout.bubble_event, null);
882 mPopupView.setLayoutParams(new ViewGroup.LayoutParams(
886 mPopup.setContentView(mPopupView);
895 mPopupView.setOnClickListener(this);
919 if (v == mPopupView) {
3641 TextView titleView = (TextView) mPopupView.findViewById(R.id.event_title);
3644 ImageView imageView = (ImageView) mPopupView.findViewById(R.id.reminder_icon);
3647 imageView = (ImageView) mPopupView.findViewById(R.id.repeat_icon);
3664 TextView timeView = (TextView) mPopupView
[all...]

Completed in 25 milliseconds