Searched refs:undoView (Results 1 – 2 of 2) sorted by relevance
750 SwipeableConversationItemView undoView = mAnimatingViews.get(conv.id); in getUndoingView() local751 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()
639 final RemoteViews undoView = in createUndoNotification() local641 undoView.setTextViewText( in createUndoNotification()653 undoView.setOnClickPendingIntent(R.id.status_bar_latest_event_content, clickPendingIntent); in createUndoNotification()655 builder.setContent(undoView); in createUndoNotification()