Home
last modified time | relevance | path

Searched refs:mGutsContainer (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DFeedbackInfo.java57 private NotificationGuts mGutsContainer; field in FeedbackInfo
119 if (mGutsContainer != null in onInitializeAccessibilityEvent()
121 if (mGutsContainer.isExposed()) { in onInitializeAccessibilityEvent()
168 mGutsContainer.closeControls(v, /* save= */ false); in positiveFeedback()
179 mGutsContainer.closeControls(v, /* save= */ false); in negativeFeedback()
206 mGutsContainer.closeControls(v, /* save= */ false); in closeControls()
211 mGutsContainer = guts; in setGutsParent()
H A DPartialConversationInfo.java66 private NotificationGuts mGutsContainer; field in PartialConversationInfo
73 mGutsContainer.closeControls(v, /* save= */ false);
115 done.setAccessibilityDelegate(mGutsContainer.getAccessibilityDelegate()); in bindNotification()
155 mGutsContainer.closeControls(this, false); in getTurnOffNotificationsClickListener()
246 if (mGutsContainer != null &&
248 if (mGutsContainer.isExposed()) {
260 mGutsContainer = guts;
H A DNotificationSnooze.java80 private NotificationGuts mGutsContainer; field in NotificationSnooze
299 if (mGutsContainer != null) { in showSnoozeOptions()
300 mGutsContainer.onHeightChanged(); in showSnoozeOptions()
369 if (mGutsContainer != null) { in onClick()
370 mGutsContainer.resetFalsingCheck(); in onClick()
391 mGutsContainer.closeControls(v, /* save= */ false); in undoSnooze()
414 mGutsContainer = guts; in setGutsParent()
H A DNotificationInfo.java131 private NotificationGuts mGutsContainer; field in NotificationInfo
161 mGutsContainer.closeControls(v, /* save= */ true);
293 done.setAccessibilityDelegate(mGutsContainer.getAccessibilityDelegate()); in bindInlineControls()
381 mGutsContainer.closeControls(this, false); in getTurnOffNotificationsClickListener()
559 if (mGutsContainer != null &&
561 if (mGutsContainer.isExposed()) {
595 mGutsContainer = guts;
H A DNotificationConversationInfo.java119 private NotificationGuts mGutsContainer; field in NotificationConversationInfo
165 mGutsContainer.closeControls(v, /* save= */ true);
256 done.setAccessibilityDelegate(mGutsContainer.getAccessibilityDelegate()); in bindNotification()
434 if (mGutsContainer != null && in onInitializeAccessibilityEvent()
436 if (mGutsContainer.isExposed()) { in onInitializeAccessibilityEvent()
560 mGutsContainer = guts; in setGutsParent()