HomeSort by relevance Sort by last modified time
    Searched full:leavebehind (Results 1 - 1 of 1) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AnimatedAdapter.java 562 final LeaveBehindItem leaveBehind = (LeaveBehindItem) LayoutInflater.from(mContext)
564 leaveBehind.bind(deletedRow, mAccount, this, undoOp, target, mFolder, viewHeight);
565 mLeaveBehindItems.put(target.id, leaveBehind);
567 return leaveBehind;
635 LeaveBehindItem leaveBehind = getLastLeaveBehindItem();
636 if (leaveBehind != null) {
637 leaveBehind.cancelFadeInTextAnimation();
    [all...]

Completed in 503 milliseconds