Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
DNotificationMenuRowPlugin.java62 public View getGutsView(); in getGutsView() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManager.java215 View gutsView = item.getGutsView(); in bindGuts()
386 if (menuItem.getGutsView() instanceof NotificationInfo) { in openGuts()
DNotificationMenuRow.java808 public View getGutsView() { in getGutsView() method in NotificationMenuRow.NotificationMenuItem
DExpandableNotificationRow.java1118 if (mGuts != null && item.getGutsView() instanceof NotificationGuts.GutsContent) {
1119 ((NotificationGuts.GutsContent) item.getGutsView()).setGutsParent(mGuts);
1120 mGuts.setGutsContent((NotificationGuts.GutsContent) item.getGutsView());