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/
DExpandableNotificationRow.java181 private NotificationGuts mGuts; field in ExpandableNotificationRow
817 return mGuts;
985 if (mGuts != null && item.getGutsView() instanceof GutsContent) {
986 ((GutsContent) item.getGutsView()).setGutsParent(mGuts);
987 mGuts.setGutsContent((GutsContent) item.getGutsView());
1057 if (mGuts != null) {
1058 View oldGuts = mGuts;
1061 mGuts = (NotificationGuts) LayoutInflater.from(mContext).inflate(
1063 mGuts.setVisibility(oldGuts.getVisibility());
1064 addView(mGuts, index);
[all …]