Searched refs:NotificationGuts (Results 1 – 12 of 12) sorted by relevance
44 public class NotificationGuts extends FrameLayout { class64 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 NotificationGuts138 public NotificationGuts(Context context) { in NotificationGuts() method in NotificationGuts
91 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()
40 public class AppOpsInfo extends LinearLayout implements NotificationGuts.GutsContent {52 private NotificationGuts mGutsContainer;177 public void setGutsParent(NotificationGuts guts) { in setGutsParent()
59 implements NotificationGuts.GutsContent, View.OnClickListener {78 private NotificationGuts mGutsContainer;411 public void setGutsParent(NotificationGuts guts) { in setGutsParent()
199 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) {
79 public class NotificationInfo extends LinearLayout implements NotificationGuts.GutsContent {137 private NotificationGuts mGutsContainer;759 public void setGutsParent(NotificationGuts guts) {
48 import com.android.systemui.statusbar.notification.row.NotificationGuts.GutsContent;
134 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()
70 private final NotificationGuts mGutsParent = mock(NotificationGuts.class);
135 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()
60 import com.android.systemui.statusbar.notification.row.NotificationGuts;658 public NotificationGuts getGuts() { in getGuts()
122 import com.android.systemui.statusbar.notification.row.NotificationGuts;3698 NotificationGuts guts = mNotificationGutsManager.getExposedGuts();3992 NotificationGuts guts = mNotificationGutsManager.getExposedGuts();4242 NotificationGuts guts = mNotificationGutsManager.getExposedGuts();