OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:leavebehind
(Results
1 - 4
of
4
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
AnimatedAdapter.java
578
final LeaveBehindItem
leaveBehind
= (LeaveBehindItem) LayoutInflater.from(mContext)
580
leaveBehind
.bind(deletedRow, mAccount, this, undoOp, target, mFolder, viewHeight);
581
mLeaveBehindItems.put(target.id,
leaveBehind
);
583
return
leaveBehind
;
651
LeaveBehindItem
leaveBehind
= getLastLeaveBehindItem();
652
if (
leaveBehind
!= null) {
653
leaveBehind
.cancelFadeInTextAnimation();
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationGuts.java
112
* @return whether these guts are a
leavebehind
(e.g. {@link NotificationSnooze}).
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java
599
mStatusBar.closeAndSaveGuts(true /*
leavebehind
*/, true /* force */,
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java
[
all
...]
Completed in 152 milliseconds