Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManager.java104 private NotificationGuts mNotificationGutsExposed;
244 row.getGuts().setClosedListener((NotificationGuts g) -> { in bindGuts()
294 NotificationGuts guts = row.getGuts(); in initializeSnoozeView()
300 guts.setHeightChangedListener((NotificationGuts g) -> { in initializeSnoozeView()
314 NotificationGuts guts = row.getGuts(); in initializeAppOpsInfo()
344 NotificationGuts guts = row.getGuts(); in initializeNotificationInfo()
396 NotificationGuts guts = row.getGuts(); in initializePartialConversationNotificationInfo()
437 NotificationGuts guts = row.getGuts(); in initializeConversationNotificationInfo()
524 public NotificationGuts getExposedGuts() { in getExposedGuts()
528 public void setExposedGuts(NotificationGuts guts) { in setExposedGuts()
[all …]
DNotificationGuts.java46 public class NotificationGuts extends FrameLayout { class
91 public void setGutsParent(NotificationGuts listener); in setGutsParent()
148 public void onGutsClosed(NotificationGuts guts); in onGutsClosed()
152 public void onHeightChanged(NotificationGuts guts); in onHeightChanged()
159 public NotificationGuts(Context context, AttributeSet attrs) { in NotificationGuts() method in NotificationGuts
176 public NotificationGuts(Context context) { in NotificationGuts() method in NotificationGuts
DAppOpsInfo.java41 public class AppOpsInfo extends LinearLayout implements NotificationGuts.GutsContent {
53 private NotificationGuts mGutsContainer;
170 public void setGutsParent(NotificationGuts guts) { in setGutsParent()
DPartialConversationInfo.java58 NotificationGuts.GutsContent {
79 private NotificationGuts mGutsContainer;
279 public void setGutsParent(NotificationGuts guts) {
DNotificationSnooze.java59 implements NotificationGuts.GutsContent, View.OnClickListener {
78 private NotificationGuts mGutsContainer;
405 public void setGutsParent(NotificationGuts guts) { in setGutsParent()
DNotificationConversationInfo.java84 NotificationGuts.GutsContent {
119 private NotificationGuts mGutsContainer;
558 public void setGutsParent(NotificationGuts guts) { in setGutsParent()
DNotificationInfo.java73 public class NotificationInfo extends LinearLayout implements NotificationGuts.GutsContent {
124 private NotificationGuts mGutsContainer;
539 public void setGutsParent(NotificationGuts guts) {
DExpandableNotificationRow.java206 private NotificationGuts mGuts;
961 public NotificationGuts getGuts() {
1125 if (getGuts() != null && item.getGutsView() instanceof NotificationGuts.GutsContent) {
1126 getGuts().setGutsContent((NotificationGuts.GutsContent) item.getGutsView());
1210 NotificationGuts oldGuts = mGuts;
1213 mGuts = (NotificationGuts) LayoutInflater.from(mContext).inflate(
1758 mGuts = (NotificationGuts) inflated;
3095 } else if (child instanceof NotificationGuts) {
3115 if (child instanceof NotificationGuts) {
DNotificationMenuRow.java50 import com.android.systemui.statusbar.notification.row.NotificationGuts.GutsContent;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java166 NotificationGuts guts = spy(new NotificationGuts(mContext)); in testOpenAndCloseGuts()
206 NotificationGuts guts = spy(new NotificationGuts(mContext)); in testChangeDensityOrFontScale()
440 NotificationGuts guts = new NotificationGuts(mContext); in testShouldExtendLifetime()
DAppOpsInfoTest.java71 private final NotificationGuts mGutsParent = mock(NotificationGuts.class);
DPartialConversationInfoTest.java121 mInfo.setGutsParent(mock(NotificationGuts.class)); in setUp()
DNotificationInfoTest.java131 mNotificationInfo.setGutsParent(mock(NotificationGuts.class)); in setUp()
DNotificationConversationInfoTest.java146 private NotificationGuts mNotificationGuts;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java71 import com.android.systemui.statusbar.notification.row.NotificationGuts;
727 public NotificationGuts getGuts() { in getGuts()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java141 import com.android.systemui.statusbar.notification.row.NotificationGuts;
3834 NotificationGuts guts = mNotificationGutsManager.getExposedGuts();
4142 NotificationGuts guts = mNotificationGutsManager.getExposedGuts();
4414 NotificationGuts guts = mNotificationGutsManager.getExposedGuts();