Home
last modified time | relevance | path

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 DNotificationStackScrollLayoutController.java382 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 DNotificationGutsManagerTest.java206 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 DNotificationGutsManager.java522 public void closeAndSaveGuts(boolean removeLeavebehinds, boolean force, boolean removeControls, in closeAndSaveGuts() method in NotificationGutsManager
613 closeAndSaveGuts(false /* removeLeavebehind */, false /* force */, in openGutsInternal()
H A DExpandableNotificationRow.java1120 mNotificationGutsManager.closeAndSaveGuts(true /* removeLeavebehind */,
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java2083 mGutsManager.closeAndSaveGuts(true /* removeLeavebehind */, true /* force */, in makeExpandedInvisible()
4059 mGutsManager.closeAndSaveGuts(true /* removeLeavebehind */, true /* force */, in visibilityChanged()
H A DNotificationPanelViewController.java1552 mStatusBar.getGutsManager().closeAndSaveGuts(true /* leavebehind */, true /* force */, in resetViews()