Searched refs:closeAndSaveGuts (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutController.java | 353 mNotificationGutsManager.closeAndSaveGuts(true /* removeLeavebehind */, 381 mNotificationGutsManager.closeAndSaveGuts(true /* removeLeavebehind */, 1002 mNotificationGutsManager.closeAndSaveGuts(true /* removeLeavebehind */, in checkSnoozeLeavebehind() 1335 mNotificationGutsManager.closeAndSaveGuts(false /* removeLeavebehind */, 1671 mNotificationGutsManager.closeAndSaveGuts(true /* removeLeavebehind */,
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationGutsManagerTest.java | 207 mGutsManager.closeAndSaveGuts(false, false, false, 0, 0, false); in testOpenAndCloseGuts() 261 mGutsManager.closeAndSaveGuts(false, false, false, 0, 0, false); in testChangeDensityOrFontScale()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationGutsManager.java | 513 public void closeAndSaveGuts(boolean removeLeavebehinds, boolean force, boolean removeControls, in closeAndSaveGuts() method in NotificationGutsManager 599 closeAndSaveGuts(false /* removeLeavebehind */, false /* force */, in openGutsInternal()
|
D | ExpandableNotificationRow.java | 1108 mNotificationGutsManager.closeAndSaveGuts(true /* removeLeavebehind */,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBar.java | 2415 mGutsManager.closeAndSaveGuts(true /* removeLeavebehind */, true /* force */, in makeExpandedInvisible() 4830 mGutsManager.closeAndSaveGuts(true /* removeLeavebehind */, true /* force */,
|
D | NotificationPanelViewController.java | 1506 mStatusBar.getGutsManager().closeAndSaveGuts(true /* leavebehind */, true /* force */, in resetViews()
|