OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LeaveBehindItem
(Results
1 - 4
of
4
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
AnimatedAdapter.java
84
private final HashMap<Long,
LeaveBehindItem
> mFadeLeaveBehindItems =
85
new HashMap<Long,
LeaveBehindItem
>();
129
if (hasFadeLeaveBehinds() && obj instanceof
LeaveBehindItem
) {
130
LeaveBehindItem
objItem = (
LeaveBehindItem
) obj;
136
LeaveBehindItem
item = getLastLeaveBehindItem();
181
private final HashMap<Long,
LeaveBehindItem
> mLeaveBehindItems = Maps.newHashMap();
511
LeaveBehindItem
fade = getFadeLeaveBehindItem(position, conv);
519
final
LeaveBehindItem
fadeIn = getLeaveBehindItem(conv);
559
public
LeaveBehindItem
setupLeaveBehind(Conversation target, ToastBarOperation undoOp
[
all
...]
LeaveBehindItem.java
41
public class
LeaveBehindItem
extends FrameLayout implements OnClickListener, SwipeableItemView {
68
public
LeaveBehindItem
(Context context) {
72
public
LeaveBehindItem
(Context context, AttributeSet attrs) {
76
public
LeaveBehindItem
(Context context, AttributeSet attrs, int defStyle) {
SwipeHelper.java
82
private
LeaveBehindItem
mPrevView;
460
LeaveBehindItem
getLastSwipedItem();
SwipeableListView.java
439
public
LeaveBehindItem
getLastSwipedItem() {
Completed in 409 milliseconds