Searched refs:getGutsView (Results 1 – 4 of 4) sorted by relevance
62 public View getGutsView(); in getGutsView() method
306 View gutsView = item.getGutsView(); in bindGuts()582 if (menuItem.getGutsView() instanceof NotificationGuts.GutsContent) { in openGuts()584 (NotificationGuts.GutsContent) menuItem.getGutsView(); in openGuts()
1293 if (getGuts() != null && item.getGutsView() instanceof NotificationGuts.GutsContent) {1294 getGuts().setGutsContent((NotificationGuts.GutsContent) item.getGutsView());2149 && menuItem.getGutsView() instanceof NotificationConversationInfo) {2151 (NotificationConversationInfo) menuItem.getGutsView();
814 public View getGutsView() { in getGutsView() method in NotificationMenuRow.NotificationMenuItem