Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAnimatedAdapter.java82 private final HashSet<Long> mSwipeUndoingItems = new HashSet<Long>(); field in AnimatedAdapter
117 updateAnimatingConversationItems(obj, mSwipeUndoingItems);
369 mSwipeUndoingItems.addAll(mLastDeletingItems); in setSwipeUndo()
373 mSwipeUndoingItems.add(mLastLeaveBehind); in setSwipeUndo()
830 return mSwipeUndoingItems.contains(id); in isPositionUndoingSwipe()
961 || !mSwipeUndoingItems.isEmpty() in isAnimating()
978 mSwipeUndoingItems.clear(); in clearAnimationState()
993 sb.append(mSwipeUndoingItems); in toString()