Searched refs:mLastLeaveBehind (Results 1 – 1 of 1) sorted by relevance
93 protected long mLastLeaveBehind = -1; field in AnimatedAdapter354 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 …]