Searched refs:mGutsContainer (Results 1 – 3 of 3) sorted by relevance
52 private NotificationGuts mGutsContainer; field in AppOpsInfo151 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()
78 private NotificationGuts mGutsContainer; field in NotificationSnooze152 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()
137 private NotificationGuts mGutsContainer; field in NotificationInfo678 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;