Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAnimatedAdapter.java93 protected long mLastLeaveBehind = -1; field in AnimatedAdapter
354 if (mLastLeaveBehind != -1) { in setUndo()
355 itemAdded |= addUndoingItem(mLastLeaveBehind); in setUndo()
356 mLastLeaveBehind = -1; in setUndo()
372 if (mLastLeaveBehind != -1) { in setSwipeUndo()
373 mSwipeUndoingItems.add(mLastLeaveBehind); in setSwipeUndo()
374 mLastLeaveBehind = -1; in setSwipeUndo()
533 if (conv.id == mLastLeaveBehind) { in getView()
575 mLastLeaveBehind = target.id; in setupLeaveBehind()
587 if (mLastLeaveBehind == id) { in fadeOutSpecificLeaveBehindItem()
[all …]