Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManager.java306 View gutsView = item.getGutsView(); in bindGuts() local
308 if (gutsView instanceof NotificationSnooze) { in bindGuts()
309 initializeSnoozeView(row, (NotificationSnooze) gutsView); in bindGuts()
310 } else if (gutsView instanceof NotificationInfo) { in bindGuts()
311 initializeNotificationInfo(row, (NotificationInfo) gutsView); in bindGuts()
312 } else if (gutsView instanceof NotificationConversationInfo) { in bindGuts()
314 row, (NotificationConversationInfo) gutsView); in bindGuts()
315 } else if (gutsView instanceof PartialConversationInfo) { in bindGuts()
317 (PartialConversationInfo) gutsView); in bindGuts()
318 } else if (gutsView instanceof FeedbackInfo) { in bindGuts()
[all …]