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

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

Completed in 84 milliseconds