Searched refs:mGuts (Results 1 – 1 of 1) sorted by relevance
199 private NotificationGuts mGuts; field in ExpandableNotificationRow946 return mGuts;1118 if (mGuts != null && item.getGutsView() instanceof NotificationGuts.GutsContent) {1119 ((NotificationGuts.GutsContent) item.getGutsView()).setGutsParent(mGuts);1120 mGuts.setGutsContent((NotificationGuts.GutsContent) item.getGutsView());1210 if (mGuts != null) {1211 NotificationGuts oldGuts = mGuts;1214 mGuts = (NotificationGuts) LayoutInflater.from(mContext).inflate(1216 mGuts.setVisibility(oldGuts.isExposed() ? VISIBLE : GONE);1217 addView(mGuts, index);[all …]