Searched refs:NotificationGuts (Results 1 – 16 of 16) sorted by relevance
104 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 …]
46 public class NotificationGuts extends FrameLayout { class91 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 NotificationGuts176 public NotificationGuts(Context context) { in NotificationGuts() method in NotificationGuts
41 public class AppOpsInfo extends LinearLayout implements NotificationGuts.GutsContent {53 private NotificationGuts mGutsContainer;170 public void setGutsParent(NotificationGuts guts) { in setGutsParent()
58 NotificationGuts.GutsContent {79 private NotificationGuts mGutsContainer;279 public void setGutsParent(NotificationGuts guts) {
59 implements NotificationGuts.GutsContent, View.OnClickListener {78 private NotificationGuts mGutsContainer;405 public void setGutsParent(NotificationGuts guts) { in setGutsParent()
84 NotificationGuts.GutsContent {119 private NotificationGuts mGutsContainer;558 public void setGutsParent(NotificationGuts guts) { in setGutsParent()
73 public class NotificationInfo extends LinearLayout implements NotificationGuts.GutsContent {124 private NotificationGuts mGutsContainer;539 public void setGutsParent(NotificationGuts guts) {
206 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) {
50 import com.android.systemui.statusbar.notification.row.NotificationGuts.GutsContent;
166 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()
71 private final NotificationGuts mGutsParent = mock(NotificationGuts.class);
121 mInfo.setGutsParent(mock(NotificationGuts.class)); in setUp()
131 mNotificationInfo.setGutsParent(mock(NotificationGuts.class)); in setUp()
146 private NotificationGuts mNotificationGuts;
71 import com.android.systemui.statusbar.notification.row.NotificationGuts;727 public NotificationGuts getGuts() { in getGuts()
141 import com.android.systemui.statusbar.notification.row.NotificationGuts;3834 NotificationGuts guts = mNotificationGutsManager.getExposedGuts();4142 NotificationGuts guts = mNotificationGutsManager.getExposedGuts();4414 NotificationGuts guts = mNotificationGutsManager.getExposedGuts();