Searched refs:leaveBehind (Results 1 – 1 of 1) sorted by relevance
578 final LeaveBehindItem leaveBehind = (LeaveBehindItem) LayoutInflater.from(mContext) in setupLeaveBehind() local580 leaveBehind.bind(deletedRow, mAccount, this, undoOp, target, mFolder, viewHeight); in setupLeaveBehind()581 mLeaveBehindItems.put(target.id, leaveBehind); in setupLeaveBehind()583 return leaveBehind; in setupLeaveBehind()651 LeaveBehindItem leaveBehind = getLastLeaveBehindItem(); in cancelLeaveBehindFadeInAnimation() local652 if (leaveBehind != null) { in cancelLeaveBehindFadeInAnimation()653 leaveBehind.cancelFadeInTextAnimation(); in cancelLeaveBehindFadeInAnimation()