Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationSnooze.java49 private NotificationGuts mGutsContainer; field in NotificationSnooze
168 if (mGutsContainer != null) { in showSnoozeOptions()
169 mGutsContainer.onHeightChanged(); in showSnoozeOptions()
198 if (mGutsContainer != null) { in onClick()
199 mGutsContainer.resetFalsingCheck(); in onClick()
213 mGutsContainer.getLocationOnScreen(parentLoc); in onClick()
220 mGutsContainer.closeControls(x, y, false /* save */, false /* force */); in onClick()
243 mGutsContainer = guts; in setGutsParent()
DNotificationInfo.java77 private NotificationGuts mGutsContainer; field in NotificationInfo
309 if (mGutsContainer != null) { in bindButtons()
310 mGutsContainer.resetFalsingCheck(); in bindButtons()
320 if (mGutsContainer != null && in onInitializeAccessibilityEvent()
322 if (mGutsContainer.isExposed()) { in onInitializeAccessibilityEvent()
385 mGutsContainer = guts; in setGutsParent()