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/
DNotificationGutsManager.java178 View gutsView = item.getGutsView(); in bindGuts() local
179 if (gutsView instanceof NotificationSnooze) { in bindGuts()
180 initializeSnoozeView(row, (NotificationSnooze) gutsView); in bindGuts()
181 } else if (gutsView instanceof AppOpsInfo) { in bindGuts()
182 initializeAppOpsInfo(row, (AppOpsInfo) gutsView); in bindGuts()
183 } else if (gutsView instanceof NotificationInfo) { in bindGuts()
184 initializeNotificationInfo(row, (NotificationInfo) gutsView); in bindGuts()