Home
last modified time | relevance | path

Searched refs:getGutsView (Results 1 – 5 of 5) 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.java332 View gutsView = item.getGutsView(); in bindGuts()
684 if (menuItem.getGutsView() instanceof NotificationGuts.GutsContent) { in openGuts()
686 (NotificationGuts.GutsContent) menuItem.getGutsView(); in openGuts()
DExpandableNotificationRow.java1544 if (getGuts() != null && item.getGutsView() instanceof NotificationGuts.GutsContent) {
1545 getGuts().setGutsContent((NotificationGuts.GutsContent) item.getGutsView());
2570 && menuItem.getGutsView() instanceof NotificationConversationInfo) { in doSmartActionClick()
2572 (NotificationConversationInfo) menuItem.getGutsView(); in doSmartActionClick()
DNotificationMenuRow.java891 public View getGutsView() { in getGutsView() method in NotificationMenuRow.NotificationMenuItem
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1666 private View getGutsView() {
1684 View view = getGutsView();
1704 View view = getGutsView();