Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAnimatedAdapter.java578 final LeaveBehindItem leaveBehind = (LeaveBehindItem) LayoutInflater.from(mContext) in setupLeaveBehind() local
580 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() local
652 if (leaveBehind != null) { in cancelLeaveBehindFadeInAnimation()
653 leaveBehind.cancelFadeInTextAnimation(); in cancelLeaveBehindFadeInAnimation()