Home
last modified time | relevance | path

Searched refs:undoView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAnimatedAdapter.java766 SwipeableConversationItemView undoView = mAnimatingViews.get(conv.id); in getUndoingView() local
767 if (undoView == null) { in getUndoingView()
770 undoView = newConversationItemView(position, parent, conv); in getUndoingView()
771 undoView.startUndoAnimation(mAnimatorListener, swipe); in getUndoingView()
773 return undoView; in getUndoingView()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java640 final RemoteViews undoView = in createUndoNotification() local
642 undoView.setTextViewText( in createUndoNotification()
654 undoView.setOnClickPendingIntent(R.id.status_bar_latest_event_content, clickPendingIntent); in createUndoNotification()
656 builder.setContent(undoView); in createUndoNotification()