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.java750 SwipeableConversationItemView undoView = mAnimatingViews.get(conv.id); in getUndoingView() local
751 if (undoView == null) { in getUndoingView()
754 undoView = newConversationItemView(position, parent, conv); in getUndoingView()
755 undoView.startUndoAnimation(mAnimatorListener, swipe); in getUndoingView()
757 return undoView; in getUndoingView()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java639 final RemoteViews undoView = in createUndoNotification() local
641 undoView.setTextViewText( in createUndoNotification()
653 undoView.setOnClickPendingIntent(R.id.status_bar_latest_event_content, clickPendingIntent); in createUndoNotification()
655 builder.setContent(undoView); in createUndoNotification()