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;195 row.getGuts().setClosedListener((NotificationGuts g) -> { in bindGuts()239 NotificationGuts guts = row.getGuts(); in initializeSnoozeView()245 guts.setHeightChangedListener((NotificationGuts g) -> { in initializeSnoozeView()259 NotificationGuts guts = row.getGuts(); in initializeAppOpsInfo()285 NotificationGuts guts = row.getGuts(); in initializeNotificationInfo()356 public NotificationGuts getExposedGuts() { in getExposedGuts()360 public void setExposedGuts(NotificationGuts guts) { in setExposedGuts()434 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()
203 private NotificationGuts mGuts;962 public NotificationGuts getGuts() {1135 if (mGuts != null && item.getGutsView() instanceof NotificationGuts.GutsContent) {1136 ((NotificationGuts.GutsContent) item.getGutsView()).setGutsParent(mGuts);1137 mGuts.setGutsContent((NotificationGuts.GutsContent) item.getGutsView());1231 mGuts = (NotificationGuts) LayoutInflater.from(mContext).inflate(1778 mGuts = (NotificationGuts) inflated;3098 } else if (child instanceof NotificationGuts) {3118 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()
61 import com.android.systemui.statusbar.notification.row.NotificationGuts;728 public NotificationGuts getGuts() { in getGuts()
124 import com.android.systemui.statusbar.notification.row.NotificationGuts;3659 NotificationGuts guts = mNotificationGutsManager.getExposedGuts();3946 NotificationGuts guts = mNotificationGutsManager.getExposedGuts();4196 NotificationGuts guts = mNotificationGutsManager.getExposedGuts();