Searched refs:closeAndSaveGuts (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayoutController.java | 382 mNotificationGutsManager.closeAndSaveGuts(true /* removeLeavebehind */, 410 mNotificationGutsManager.closeAndSaveGuts(true /* removeLeavebehind */, 1061 mNotificationGutsManager.closeAndSaveGuts(true /* removeLeavebehind */, in checkSnoozeLeavebehind() 1431 mNotificationGutsManager.closeAndSaveGuts(false /* removeLeavebehind */, 1787 mNotificationGutsManager.closeAndSaveGuts(true /* removeLeavebehind */,
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationGutsManagerTest.java | 206 mGutsManager.closeAndSaveGuts(false, false, false, 0, 0, false); in testOpenAndCloseGuts() 260 mGutsManager.closeAndSaveGuts(false, false, false, 0, 0, false); in testChangeDensityOrFontScale()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationGutsManager.java | 522 public void closeAndSaveGuts(boolean removeLeavebehinds, boolean force, boolean removeControls, in closeAndSaveGuts() method in NotificationGutsManager 613 closeAndSaveGuts(false /* removeLeavebehind */, false /* force */, in openGutsInternal()
|
H A D | ExpandableNotificationRow.java | 1120 mNotificationGutsManager.closeAndSaveGuts(true /* removeLeavebehind */,
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBar.java | 2083 mGutsManager.closeAndSaveGuts(true /* removeLeavebehind */, true /* force */, in makeExpandedInvisible() 4059 mGutsManager.closeAndSaveGuts(true /* removeLeavebehind */, true /* force */, in visibilityChanged()
|
H A D | NotificationPanelViewController.java | 1552 mStatusBar.getGutsManager().closeAndSaveGuts(true /* leavebehind */, true /* force */, in resetViews()
|