Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/event/
DAttendeesView.java100 HashMap<String, Drawable> mRecycledPhotos; field in AttendeesView
210 if (mRecycledPhotos != null) { in updateAttendeeView()
211 badge = mRecycledPhotos.get(item.mAttendee.mEmail); in updateAttendeeView()
262 mRecycledPhotos = new HashMap<String, Drawable> (); in clearAttendees()
270 mRecycledPhotos.put(attendeeItem.mAttendee.mEmail, attendeeItem.mBadge); in clearAttendees()