Home
last modified time | relevance | path

Searched refs:freeContentViewWhenSafe (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationAlertingManager.java114 entry.freeContentViewWhenSafe(FLAG_CONTENT_VIEW_HEADS_UP); in showAlertingView()
121 entry.freeContentViewWhenSafe(FLAG_CONTENT_VIEW_AMBIENT); in showAlertingView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DAmbientPulseManager.java100 entry.freeContentViewWhenSafe(FLAG_CONTENT_VIEW_AMBIENT); in onAlertEntryRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java628 public void freeContentViewWhenSafe(@InflationFlag int inflationFlag) { in freeContentViewWhenSafe() method in NotificationEntry
629 if (row != null) row.freeContentViewWhenSafe(inflationFlag); in freeContentViewWhenSafe()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelperTest.java222 verify(childEntry.getRow(), times(1)).freeContentViewWhenSafe(mHeadsUpManager in testSuppressedSummaryHeadsUpTransferBackAbortsChildInflation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelper.java214 entry.getRow().freeContentViewWhenSafe(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java164 entry.freeContentViewWhenSafe(FLAG_CONTENT_VIEW_HEADS_UP); in onAlertEntryRemoved()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java151 row.freeContentViewWhenSafe(FLAG_CONTENT_VIEW_HEADS_UP); in testFreeContentViewWhenSafe()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java480 public void freeContentViewWhenSafe(@InflationFlag int inflationFlag) { in freeContentViewWhenSafe() method in ExpandableNotificationRow
1638 freeContentViewWhenSafe(FLAG_CONTENT_VIEW_PUBLIC);