Searched refs:mRecycledPhotos (Results 1 – 1 of 1) sorted by relevance
100 HashMap<String, Drawable> mRecycledPhotos; field in AttendeesView210 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()