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
85
private final HashMap<Long,
LeaveBehindItem
> mFadeLeaveBehindItems =
86
new HashMap<Long,
LeaveBehindItem
>();
119
if (hasFadeLeaveBehinds() && obj instanceof
LeaveBehindItem
) {
120
LeaveBehindItem
objItem = (
LeaveBehindItem
) obj;
126
LeaveBehindItem
item = getLastLeaveBehindItem();
174
private final HashMap<Long,
LeaveBehindItem
> mLeaveBehindItems = Maps.newHashMap();
524
LeaveBehindItem
fade = getFadeLeaveBehindItem(position, conv);
532
final
LeaveBehindItem
fadeIn = getLeaveBehindItem(conv);
572
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
475
public
LeaveBehindItem
getLastSwipedItem() {
Completed in 178 milliseconds