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
178 mGutsContent = content; in setGutsContent()
180 addView(mGutsContent.getContentView()); in setGutsContent()
184 return mGutsContent; in getGutsContent()
258 if (mGutsContent != null) { in closeControls()
259 if ((mGutsContent.isLeavebehind() && leavebehinds) in closeControls()
260 || (!mGutsContent.isLeavebehind() && controls)) { in closeControls()
261 closeControls(x, y, mGutsContent.shouldBeSavedOnClose(), force); in closeControls()
299 if (mGutsContent == null in closeControls()
300 || !mGutsContent.handleCloseControls(save, force)) { in closeControls()
[all …]
DNotificationMenuRow.java782 GutsContent mGutsContent; field in NotificationMenuRow.NotificationMenuItem
804 mGutsContent = content; in NotificationMenuItem()
815 return mGutsContent.getContentView(); in getGutsView()