Searched refs:mSwipeUndoingItems (Results 1 – 1 of 1) sorted by relevance
82 private final HashSet<Long> mSwipeUndoingItems = new HashSet<Long>(); field in AnimatedAdapter117 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()