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/
DAppOpsInfo.java54 private NotificationGuts mGutsContainer; field in AppOpsInfo
153 if (mGutsContainer != null && in onInitializeAccessibilityEvent()
155 if (mGutsContainer.isExposed()) { in onInitializeAccessibilityEvent()
169 mGutsContainer.getLocationOnScreen(parentLoc); in closeControls()
175 mGutsContainer.closeControls(x, y, false, false); in closeControls()
180 mGutsContainer = guts; in setGutsParent()
DNotificationSnooze.java78 private NotificationGuts mGutsContainer; field in NotificationSnooze
152 if (mGutsContainer != null && mGutsContainer.isExposed()) { in onInitializeAccessibilityEvent()
297 if (mGutsContainer != null) { in showSnoozeOptions()
298 mGutsContainer.onHeightChanged(); in showSnoozeOptions()
357 if (mGutsContainer != null) { in onClick()
358 mGutsContainer.resetFalsingCheck(); in onClick()
379 mGutsContainer.getLocationOnScreen(parentLoc); in undoSnooze()
386 mGutsContainer.closeControls(x, y, false /* save */, false /* force */); in undoSnooze()
408 mGutsContainer = guts; in setGutsParent()
DNotificationInfo.java88 private NotificationGuts mGutsContainer; field in NotificationInfo
424 if (mGutsContainer != null && in onInitializeAccessibilityEvent()
426 if (mGutsContainer.isExposed()) { in onInitializeAccessibilityEvent()
471 mGutsContainer.getLocationOnScreen(parentLoc); in closeControls()
477 mGutsContainer.closeControls(x, y, true /* save */, false /* force */); in closeControls()
482 mGutsContainer = guts; in setGutsParent()