Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java199 private NotificationGuts mGuts; field in ExpandableNotificationRow
946 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 …]