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

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

Completed in 42 milliseconds