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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAnimatedAdapter.java85 private final HashMap<Long, LeaveBehindItem> mFadeLeaveBehindItems = field in class:AnimatedAdapter
569 return !mFadeLeaveBehindItems.isEmpty();
635 mFadeLeaveBehindItems.put(conv.id, item);
675 mFadeLeaveBehindItems.put(item.getConversationId(), item);
686 for (LeaveBehindItem item : mFadeLeaveBehindItems.values()) {
689 mFadeLeaveBehindItems.clear();
713 return mFadeLeaveBehindItems.get(target.id);
841 && mFadeLeaveBehindItems.containsKey(conv.id)
912 mFadeLeaveBehindItems.remove(itemId);
979 mFadeLeaveBehindItems
[all...]

Completed in 47 milliseconds