Searched refs:gutsView (Results 1 – 1 of 1) sorted by relevance
289 View gutsView = item.getGutsView(); in bindGuts() local291 if (gutsView instanceof NotificationSnooze) { in bindGuts()292 initializeSnoozeView(row, (NotificationSnooze) gutsView); in bindGuts()293 } else if (gutsView instanceof NotificationInfo) { in bindGuts()297 row, (NotificationConversationInfo) gutsView); in bindGuts()298 } else if (gutsView instanceof PartialConversationInfo) { in bindGuts()300 (PartialConversationInfo) gutsView); in bindGuts()301 } else if (gutsView instanceof FeedbackInfo) { in bindGuts()302 initializeFeedbackInfo(row, (FeedbackInfo) gutsView); in bindGuts()565 NotificationGuts.GutsContent gutsView = in openGuts() local[all …]