Searched refs:getGutsView (Results 1 – 4 of 4) sorted by relevance
62 public View getGutsView(); in getGutsView() method
214 View gutsView = item.getGutsView(); in bindGuts()384 if (menuItem.getGutsView() instanceof NotificationInfo) { in openGuts()
809 public View getGutsView() { in getGutsView() method in NotificationMenuRow.NotificationMenuItem
1135 if (mGuts != null && item.getGutsView() instanceof NotificationGuts.GutsContent) {1136 ((NotificationGuts.GutsContent) item.getGutsView()).setGutsParent(mGuts);1137 mGuts.setGutsContent((NotificationGuts.GutsContent) item.getGutsView());