Home
last modified time | relevance | path

Searched refs:mPopupView (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DDayView.java347 private View mPopupView; field in DayView
881 mPopupView = inflater.inflate(R.layout.bubble_event, null); in init()
882 mPopupView.setLayoutParams(new ViewGroup.LayoutParams( in init()
886 mPopup.setContentView(mPopupView); in init()
895 mPopupView.setOnClickListener(this); in init()
919 if (v == mPopupView) { in onClick()
3646 TextView titleView = (TextView) mPopupView.findViewById(R.id.event_title); in updateEventDetails()
3649 ImageView imageView = (ImageView) mPopupView.findViewById(R.id.reminder_icon); in updateEventDetails()
3652 imageView = (ImageView) mPopupView.findViewById(R.id.repeat_icon); in updateEventDetails()
3669 TextView timeView = (TextView) mPopupView.findViewById(R.id.time); in updateEventDetails()
[all …]