Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
H A DNotificationMenuRowPlugin.java62 public View getGutsView(); in getGutsView() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGutsManager.java274 View gutsView = item.getGutsView(); in bindGuts()
551 if (menuItem.getGutsView() instanceof NotificationGuts.GutsContent) { in openGuts()
553 (NotificationGuts.GutsContent) menuItem.getGutsView(); in openGuts()
H A DExpandableNotificationRow.java1239 if (getGuts() != null && item.getGutsView() instanceof NotificationGuts.GutsContent) {
1240 getGuts().setGutsContent((NotificationGuts.GutsContent) item.getGutsView());
2001 && menuItem.getGutsView() instanceof NotificationConversationInfo) {
2003 (NotificationConversationInfo) menuItem.getGutsView();
H A DNotificationMenuRow.java814 public View getGutsView() { in getGutsView() method in NotificationMenuRow.NotificationMenuItem