Home
last modified time | relevance | path

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

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