OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:leavebehind
(Results
1 - 1
of
1
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
AnimatedAdapter.java
565
final LeaveBehindItem
leaveBehind
= (LeaveBehindItem) LayoutInflater.from(mContext)
567
leaveBehind
.bind(deletedRow, mAccount, this, undoOp, target, mFolder, viewHeight);
568
mLeaveBehindItems.put(target.id,
leaveBehind
);
570
return
leaveBehind
;
638
LeaveBehindItem
leaveBehind
= getLastLeaveBehindItem();
639
if (
leaveBehind
!= null) {
640
leaveBehind
.cancelFadeInTextAnimation();
[
all
...]
Completed in 129 milliseconds