Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGuts.java60 private GutsContent mGutsContent; field in NotificationGuts
178 mGutsContent = content; in setGutsContent()
180 addView(mGutsContent.getContentView()); in setGutsContent()
184 return mGutsContent; in getGutsContent()
259 if (mGutsContent != null) { in closeControls()
300 if (mGutsContent == null in closeControls()
374 mGutsContent.onFinishedClosing(); in animateClose()
388 return mGutsContent != null && mExposed ? mGutsContent.getActualHeight() : getHeight(); in getIntrinsicHeight()
441 return mGutsContent != null ? mGutsContent.willBeRemoved() : false; in willBeRemoved()
449 return mGutsContent != null && mGutsContent.isLeavebehind(); in isLeavebehind()
[all …]
H A DNotificationMenuRow.java794 GutsContent mGutsContent; field in NotificationMenuRow.NotificationMenuItem
816 mGutsContent = content; in NotificationMenuItem()
827 return mGutsContent.getContentView(); in getGutsView()