Home
last modified time | relevance | path

Searched refs:closeShade (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1344 final boolean closeShade = !hasActiveClearableNotifications(ROWS_HIGH_PRIORITY);
1345 mView.clearNotifications(ROWS_GENTLE, closeShade);
DNotificationStackScrollLayout.java4952 void clearNotifications(@SelectedRows int selection, boolean closeShade) { in clearNotifications() argument
4998 if (closeShade && mShadeController != null) { in clearNotifications()
5006 closeShade, in clearNotifications()
5030 final boolean closeShade, in performDismissAllAnimations() argument
5034 if (closeShade) { in performDismissAllAnimations()