Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java44 public class NotificationGuts extends FrameLayout { class
64 public void setGutsParent(NotificationGuts listener); in setGutsParent()
110 public void onGutsClosed(NotificationGuts guts); in onGutsClosed()
114 public void onHeightChanged(NotificationGuts guts); in onHeightChanged()
121 public NotificationGuts(Context context, AttributeSet attrs) { in NotificationGuts() method in NotificationGuts
138 public NotificationGuts(Context context) { in NotificationGuts() method in NotificationGuts
DNotificationGutsManager.java91 private NotificationGuts mNotificationGutsExposed;
196 row.getGuts().setClosedListener((NotificationGuts g) -> { in bindGuts()
240 NotificationGuts guts = row.getGuts(); in initializeSnoozeView()
246 guts.setHeightChangedListener((NotificationGuts g) -> { in initializeSnoozeView()
260 NotificationGuts guts = row.getGuts(); in initializeAppOpsInfo()
286 NotificationGuts guts = row.getGuts(); in initializeNotificationInfo()
358 public NotificationGuts getExposedGuts() { in getExposedGuts()
362 public void setExposedGuts(NotificationGuts guts) { in setExposedGuts()
433 NotificationGuts guts = row.getGuts(); in openGutsInternal()
DAppOpsInfo.java40 public class AppOpsInfo extends LinearLayout implements NotificationGuts.GutsContent {
52 private NotificationGuts mGutsContainer;
177 public void setGutsParent(NotificationGuts guts) { in setGutsParent()
DNotificationSnooze.java59 implements NotificationGuts.GutsContent, View.OnClickListener {
78 private NotificationGuts mGutsContainer;
411 public void setGutsParent(NotificationGuts guts) { in setGutsParent()
DExpandableNotificationRow.java199 private NotificationGuts mGuts;
945 public NotificationGuts getGuts() {
1118 if (mGuts != null && item.getGutsView() instanceof NotificationGuts.GutsContent) {
1119 ((NotificationGuts.GutsContent) item.getGutsView()).setGutsParent(mGuts);
1120 mGuts.setGutsContent((NotificationGuts.GutsContent) item.getGutsView());
1211 NotificationGuts oldGuts = mGuts;
1214 mGuts = (NotificationGuts) LayoutInflater.from(mContext).inflate(
1771 mGuts = (NotificationGuts) inflated;
3079 } else if (child instanceof NotificationGuts) {
3099 if (child instanceof NotificationGuts) {
DNotificationInfo.java79 public class NotificationInfo extends LinearLayout implements NotificationGuts.GutsContent {
137 private NotificationGuts mGutsContainer;
759 public void setGutsParent(NotificationGuts guts) {
DNotificationMenuRow.java48 import com.android.systemui.statusbar.notification.row.NotificationGuts.GutsContent;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java134 NotificationGuts guts = spy(new NotificationGuts(mContext)); in testOpenAndCloseGuts()
174 NotificationGuts guts = spy(new NotificationGuts(mContext)); in testChangeDensityOrFontScale()
460 NotificationGuts guts = new NotificationGuts(mContext); in testShouldExtendLifetime()
DAppOpsInfoTest.java70 private final NotificationGuts mGutsParent = mock(NotificationGuts.class);
DNotificationInfoTest.java135 mNotificationInfo.setGutsParent(mock(NotificationGuts.class)); in setUp()
891 NotificationGuts guts = spy(new NotificationGuts(mContext, null)); in testCloseControls_nonNullCheckSaveListenerDoesntDelayKeepShowing_BlockingHelper()
982 NotificationGuts guts = mock(NotificationGuts.class); in testCloseControls_blockingHelperDismissedIfShown()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java60 import com.android.systemui.statusbar.notification.row.NotificationGuts;
658 public NotificationGuts getGuts() { in getGuts()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java122 import com.android.systemui.statusbar.notification.row.NotificationGuts;
3698 NotificationGuts guts = mNotificationGutsManager.getExposedGuts();
3992 NotificationGuts guts = mNotificationGutsManager.getExposedGuts();
4242 NotificationGuts guts = mNotificationGutsManager.getExposedGuts();