Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DAppOpsInfo.java52 private NotificationGuts mGutsContainer; field in AppOpsInfo
151 if (mGutsContainer != null && in onInitializeAccessibilityEvent()
153 if (mGutsContainer.isExposed()) { in onInitializeAccessibilityEvent()
167 mGutsContainer.getLocationOnScreen(parentLoc); in closeControls()
173 mGutsContainer.closeControls(x, y, false, false); in closeControls()
178 mGutsContainer = guts; in setGutsParent()
DNotificationSnooze.java78 private NotificationGuts mGutsContainer; field in NotificationSnooze
152 if (mGutsContainer != null && mGutsContainer.isExposed()) { in onInitializeAccessibilityEvent()
301 if (mGutsContainer != null) { in showSnoozeOptions()
302 mGutsContainer.onHeightChanged(); in showSnoozeOptions()
361 if (mGutsContainer != null) { in onClick()
362 mGutsContainer.resetFalsingCheck(); in onClick()
383 mGutsContainer.getLocationOnScreen(parentLoc); in undoSnooze()
390 mGutsContainer.closeControls(x, y, false /* save */, false /* force */); in undoSnooze()
412 mGutsContainer = guts; in setGutsParent()
DNotificationInfo.java137 private NotificationGuts mGutsContainer; field in NotificationInfo
678 if (mGutsContainer != null) {
679 mGutsContainer.resetFalsingCheck();
702 if (mGutsContainer != null &&
704 if (mGutsContainer.isExposed()) {
749 mGutsContainer.getLocationOnScreen(parentLoc);
755 mGutsContainer.closeControls(x, y, save, false /* force */);
760 mGutsContainer = guts;