Searched refs:LeaveBehindItem (Results 1 – 5 of 5) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | 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); in getView() 532 final LeaveBehindItem fadeIn = getLeaveBehindItem(conv); in getView() 572 public LeaveBehindItem setupLeaveBehind(Conversation target, ToastBarOperation undoOp, in setupLeaveBehind() 578 final LeaveBehindItem leaveBehind = (LeaveBehindItem) LayoutInflater.from(mContext) in setupLeaveBehind() [all …]
|
D | LeaveBehindItem.java | 41 public class LeaveBehindItem extends FrameLayout implements OnClickListener, SwipeableItemView { class 68 public LeaveBehindItem(Context context) { in LeaveBehindItem() method in LeaveBehindItem 72 public LeaveBehindItem(Context context, AttributeSet attrs) { in LeaveBehindItem() method in LeaveBehindItem 76 public LeaveBehindItem(Context context, AttributeSet attrs, int defStyle) { in LeaveBehindItem() method in LeaveBehindItem
|
D | SwipeHelper.java | 82 private LeaveBehindItem mPrevView; 460 LeaveBehindItem getLastSwipedItem(); in getLastSwipedItem()
|
D | SwipeableListView.java | 475 public LeaveBehindItem getLastSwipedItem() { in getLastSwipedItem()
|
/packages/apps/UnifiedEmail/ |
D | proguard.flags | 16 -keepclasseswithmembers class com.android.mail.ui.LeaveBehindItem {
|