Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGutsManager.java289 View gutsView = item.getGutsView(); in bindGuts() local
291 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 …]