Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java60 private GutsContent mGutsContent; field in NotificationGuts
143 mGutsContent = content; in setGutsContent()
145 addView(mGutsContent.getContentView()); in setGutsContent()
149 return mGutsContent; in getGutsContent()
224 if (mGutsContent != null) { in closeControls()
225 if ((mGutsContent.isLeavebehind() && leavebehinds) in closeControls()
226 || (!mGutsContent.isLeavebehind() && controls)) { in closeControls()
227 closeControls(x, y, mGutsContent.shouldBeSaved(), force); in closeControls()
253 if (mGutsContent == null in closeControls()
254 || !mGutsContent.handleCloseControls(save, force) in closeControls()
[all …]
DNotificationMenuRow.java776 GutsContent mGutsContent; field in NotificationMenuRow.NotificationMenuItem
798 mGutsContent = content; in NotificationMenuItem()
809 return mGutsContent.getContentView(); in getGutsView()