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.java280 View gutsView = item.getGutsView(); in bindGuts()
555 if (menuItem.getGutsView() instanceof NotificationGuts.GutsContent) { in openGuts()
557 (NotificationGuts.GutsContent) menuItem.getGutsView(); in openGuts()
DExpandableNotificationRow.java1132 if (getGuts() != null && item.getGutsView() instanceof NotificationGuts.GutsContent) {
1133 getGuts().setGutsContent((NotificationGuts.GutsContent) item.getGutsView());
1757 && menuItem.getGutsView() instanceof NotificationConversationInfo) {
1759 (NotificationConversationInfo) menuItem.getGutsView();
DNotificationMenuRow.java832 public View getGutsView() { in getGutsView() method in NotificationMenuRow.NotificationMenuItem